meta-tools.search
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (1–20). | |
| query | Yes | Keywords or short task description (for example `tiktok video comments` or `domain availability`). | |
| group_id | No | Optional group id to narrow results (for example `x-twitter`). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Normalized search query that was executed. | |
| results | No | Ranked capability matches visible to the caller. |