You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
776 B
27 lines
776 B
|
4 weeks ago
|
{
|
||
|
|
"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
|
||
|
|
}
|
||
|
|
}
|