Describe Tool
describe_toolRetrieve the full description for a registered AirMCP tool when discover_tools returns a compact match, providing detailed information for accurate tool selection.
Instructions
Fetch the full description for one registered AirMCP tool after discover_tools returns a compact match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return the full description instead of the compact summary | |
| name | Yes | Registered tool name to describe | |
| sessionId | No | Optional task-scoped tool session id; requires the tool to be in the session allowlist |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| title | No | ||
| exposed | Yes | ||
| readOnly | No | ||
| sensitive | No | ||
| description | No | ||
| destructive | No | ||
| descriptionDetail | Yes |