start_progress
Start progress tracking for long-running operations by supplying a unique token, operation title, and optional total steps.
Instructions
Start tracking progress for a long-running operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the operation | |
| total | No | Total number of steps (optional) | |
| progressToken | Yes | Unique identifier for this progress operation |