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.
26 lines
784 B
26 lines
784 B
{ |
|
"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.execute" |
|
} |
|
], |
|
"configSchema": { |
|
"type": "object", |
|
"properties": { |
|
"apiKey": { |
|
"type": "string", |
|
"description": "Tavily API key (tvly-...)", |
|
"default": "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" |
|
} |
|
}, |
|
"additionalProperties": false |
|
} |
|
}
|
|
|