meta-tools.describe
ActiveTool of Vee3
Describe a single Vee3 capability. Pass the MCP tool name (for example `website-screenshots.capture`) or capability id (for example `website-screenshot`). Use this after meta-tools.list_group_tools when you need parameter names, defaults, response fields, examples, and token cost before calling a tool Cost = 0 tokens.
Parameters schema
{
"type": "object",
"title": "describe_toolArguments",
"required": [
"tool_name"
],
"properties": {
"tool_name": {
"type": "string",
"title": "Tool Name",
"maxLength": 128,
"description": "MCP tool name (for example `x-twitter.create_post`) or capability id (for example `create-x-post`)."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries