{"name":"Price Feed","description":"Real-time crypto prices with AI-powered market sentiment analysis","capabilities":[{"id":"get-prices","name":"Get Token Prices with Analysis","description":"Fetches real-time prices and provides AI market sentiment analysis","inputSchema":{"type":"object","properties":{"tokens":{"type":"array","items":{"type":"string"},"description":"Token symbols (e.g., [\"ETH\", \"BTC\", \"SOL\"])"},"currency":{"type":"string","description":"Target currency (default: \"usd\")"},"includeAnalysis":{"type":"boolean","description":"Include AI market analysis (default: true)"}},"required":["tokens"]},"outputSchema":{"type":"object","properties":{"prices":{"type":"object","description":"Map of token -> price info"},"analysis":{"type":"object","properties":{"sentiment":{"type":"string"},"summary":{"type":"string"},"signals":{"type":"array","items":{"type":"string"}}}},"timestamp":{"type":"string"}}},"pricing":{"model":"per-request","basePrice":"0.004","currency":"USDC"}}],"supportedTokens":["eth","btc","usdc","usdt","dai","sol","avax","matic","link","uni","aave","op","arb","base"],"model":"@cf/meta/llama-3-8b-instruct"}