Run Tool
run_toolExecute any registered AirMCP tool by providing its name and JSON arguments. Use discover_tools first if the tool is not listed.
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 |