List all tools
Return every live Vee3 capability and MCP tool name available to agents.
← All Meta tools endpoints · Capability overview
/v1/meta-tools/toolshttps://api.vee3.io/v1/meta-tools/tools
Return every live Vee3 capability and MCP tool name available to agents.
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
list_all_toolsParameters0 fields
Response11 fields
toolsarrayitems10 fieldsLive tool summaries for every capability exposed to agents.
toolsarrayitemscapability_idstringCapability id (for example website-screenshot).
group_idstringCapability group id.
group_display_namestringHuman-readable group name.
display_namestringHuman-readable capability name.
summarystringShort capability summary.
statusstringCapability status (live, soon, or deprecated).
rest_methodstringHTTP method for the REST endpoint.
rest_pathstringREST path for the capability.
mcp_tool_namestringMCP tool name when the capability is exposed over MCP.
token_costintegerAPI tokens charged for one successful call.
HTTP errors: unauthorized, insufficient_tokens, payment_required