Search tools

Search live Vee3 capabilities by keyword or task description.

← All Meta tools endpoints · Capability overview

GET/v1/meta-tools/search

https://api.vee3.io/v1/meta-tools/search

0 tokens

Search live Vee3 capabilities by keyword or task description.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

meta-tools.search
Parameters3 fields
querystringRequired

Keywords or short task description (for example `tiktok video comments` or `domain availability`).

max length 256

group_idstringOptional

Optional group id to narrow results (for example `x-twitter`).

max length 128

limitintegerOptional

Maximum results to return (1–20).

Default: 8 · min 1, max 20

Response5 fields
querystring

Normalized search query that was executed.

resultsarrayitems
3 fields

Ranked capability matches visible to the caller.

tool_namestring

MCP tool name for the matched capability.

summarystring

Short capability summary.

costinteger

Successful request token cost for the capability.

HTTP errors: unauthorized, not_found, validation_error