Run Tool
run_toolRun any AirMCP tool by its registered name using JSON arguments. Use discover_tools to list tools when they are missing from the tools list.
Instructions
Run an AirMCP tool by name with JSON arguments. Use discover_tools first when the tool is not visible in tools/list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Tool arguments as a JSON object | |
| name | Yes | Registered tool name to run | |
| sessionId | No | Optional task-scoped tool session id |