Skip to main content
Glama

DeFi Trading Agent MCP Server

by edkdev

get_recently_updated_tokens

Retrieve recently updated tokens and their details, with optional filtering by specific blockchain networks. Supports real-time market analysis for DeFi trading strategies.

Instructions

Get recently updated tokens with their information

Input Schema

NameRequiredDescriptionDefault
includeNoAttributes to include: 'network' (optional)
networkNoNetwork ID to filter by (optional, e.g., 'eth', 'bsc', 'polygon_pos')

Input Schema (JSON Schema)

{ "properties": { "include": { "description": "Attributes to include: 'network' (optional)", "enum": [ "network" ], "type": "string" }, "network": { "description": "Network ID to filter by (optional, e.g., 'eth', 'bsc', 'polygon_pos')", "type": "string" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/edkdev/defi-trading-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server