Describe Tool
describe_toolRetrieve the complete description of any registered AirMCP tool by providing its name. Use this after discovering tools to get full details.
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 | ||
| description | No | ||
| destructive | No | ||
| descriptionDetail | Yes |