host.tool_run
Debug-run a published python tool: result.payload plus duration_ms and exit_code; for the other cases see host.quickstart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments to pass, same shape as a real call. | |
| name | Yes | Local name of the already-published python tool to debug-run. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |