long_running_task
Simulate a long-running operation such as data processing or report generation. Provide a task name and set the duration in milliseconds.
Instructions
Demonstrates an async tool that simulates a long-running operation (e.g., data processing, report generation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskName | Yes | Name of the task to run | |
| durationMs | No | Simulated duration in milliseconds (100-5000) |