meta-tools.search
ActiveTool of Vee3
Search live Vee3 agent tools by keyword or short task description. Call this first when you are unsure which tool to use. Returns ranked matches with tool_name, summary, and cost for each hit. Use meta-tools.describe on the best match for full request and response schemas. Optional group_id narrows results to one capability group. limit defaults to 8 (maximum 20). Cost = 0 tokens.
Parameters schema
{
"type": "object",
"title": "search_toolsArguments",
"required": [
"query"
],
"properties": {
"limit": {
"anyOf": [
{
"type": "integer",
"maximum": 20,
"minimum": 1
},
{
"type": "null"
}
],
"title": "Limit",
"default": null,
"description": "Maximum results to return (1–20)."
},
"query": {
"type": "string",
"title": "Query",
"maxLength": 256,
"description": "Keywords or short task description (for example `tiktok video comments` or `domain availability`)."
},
"group_id": {
"anyOf": [
{
"type": "string",
"maxLength": 128
},
{
"type": "null"
}
],
"title": "Group Id",
"default": null,
"description": "Optional group id to narrow results (for example `x-twitter`)."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries