Skip to main content
Glama

EDUCHAIN Agent Kit

update_external_market_config

Modify and synchronize external market data API configurations, including URL, API key, and symbol mappings, for accurate and up-to-date market data integration.

Instructions

Update the configuration for external market data API

Input Schema

NameRequiredDescriptionDefault
apiKeyNoAPI key for external market data (if required)
apiUrlNoAPI URL for external market data
symbolsNoSymbol mappings for the external API

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "API key for external market data (if required)", "type": "string" }, "apiUrl": { "description": "API URL for external market data", "type": "string" }, "symbols": { "description": "Symbol mappings for the external API", "properties": { "EDU": { "description": "Symbol for EDU token on the external API", "type": "string" }, "USD": { "description": "Symbol for USD on the external API", "type": "string" } }, "type": "object" } }, "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/SailFish-Finance/educhain-ai-agent-kit'

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