Run Tool
run_toolExecute an AirMCP tool by name using JSON arguments. When a tool isn't listed, run discover_tools first to find it.
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 |