observe_tool_start
Observes a tool call and returns a callId to track progress through completion, error, partial, or cancel events.
Instructions
v2.1.0 — Begin observing a tool call. Returns a callId the caller threads through observe_tool_complete / observe_tool_error / observe_tool_partial / observe_tool_cancel. Emits toolCall:start on the observer EventEmitter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Optional structured args for telemetry. | |
| toolName | Yes |