telemetry_subscribe
Subscribe to live job events to watch MCP tool progress in real time. Streams inline progress until job finishes or timeout elapses.
Instructions
Watch live job events as they happen — blocks and streams inline progress until the job (or, with no jobId, the next job) finishes, or until timeoutMs elapses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | No | Watch only this job. Omit to watch the next job to start. | |
| timeoutMs | No | Give up and return after this many ms. Default 5 minutes. |