Run Tool
run_toolRun a registered AirMCP tool by name with JSON arguments. Discover tools not visible via discover_tools first.
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 |