observe_tool_start
Begin observing a tool call and obtain a callId to track its lifecycle. Use this ID to report completion, errors, partial progress, or cancellation through subsequent observation 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 |