{ "id": "tavily", "name": "Tavily AI Search", "description": "AI-optimized web search using Tavily Search API. Best for research, news, fact-checking, and gathering authoritative sources.", "version": "1.0.0", "kind": "tool", "main": "./index.js", "tools": [ { "name": "tavily_search", "description": "AI-optimized web search using Tavily. Best for research, news, fact-checking, and gathering authoritative sources.", "handler": "tool" } ], "configSchema": { "type": "object", "properties": { "apiKey": { "type": "string", "description": "Tavily API key (tvly-...)", "default": "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" } }, "additionalProperties": false } }