long_running_task
Run a simulated long-running task such as data processing or report generation. Specify task name and optional duration to test async operations.
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) |