update_progress
Update progress for long-running operations by sending a progress token, current value, optional total, and message to keep stakeholders informed.
Instructions
Update progress for an ongoing operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | No | Total progress value (optional, updates total if provided) | |
| current | Yes | Current progress value | |
| message | No | Progress message (optional) | |
| progressToken | Yes | Progress operation identifier |