GetCoinPriceTool
: Retrieves the current price, market cap, 24hr volume, and 24hr change for a given cryptocurrency.GetCoinMarketDataTool
: Retrieves market data for a given cryptocurrency.GetCoinHistoricalDataTool
: Retrieves historical market data for a given cryptocurrency.FetchMarketDataPerCategoriesTool
: Retrieves market data for cryptocurrencies in specific categories.FetchTrendingCoinsTool
: Retrieves the current trending coins on CoinGecko.GetTokenDataTool
: Retrieves and formats token data from the DexScreener API.fetch_mock_market_data
: Fetches mocked market data for the Solana Devnet.SwapTokenTool
: This tool allows an agent to swap one token for another.GetUserBalanceTool
: Updates the balance of a specific token for a given user.GetAdminWalletAddressTool
: Retrieves the wallet address of the admin.BuyTokenWithSolTool (Raydium CPMM)
: Tool for buying tokens using SOL on Raydium CPMM.SellTokenForSolTool (Raydium CPMM)
: Tool for selling tokens for SOL using Raydium CPMM.BuyTokenWithSolTool (Raydium AMM V4)
: Tool for buying tokens using SOL on Raydium AMM V4.SellTokenForSolTool (Raydium AMM V4)
: Tool for selling tokens for SOL using Raydium AMM V4.convert_action
helper.
Galadriel framework empowers you to use any tool from Composio, here’s how to do it:
RetrieverTool
is used to build an agent that leverages a knowledge base.
TwitterPostTool
for posting a new tweetTwitterRepliesTool
for replying to existing tweetTwitterGetPostTool
for fetching a specific tweet by its IDTwitterSearchTool
which searches tweets based on a provided query