Adds a wait/delay function that pauses execution for a specified duration (0-300 seconds) with progress reporting. Useful for timing coordination between different tasks or processes.

5296 views5Local (stdio)

What it does

  • Pause execution for specified durations
  • Report progress during waiting periods
  • Synchronize timing between tasks
  • Add delays up to 300 seconds

Best for

Coordinating multi-step automation workflowsAdding delays between API calls or operationsTesting time-dependent processes
No API key neededProgress reporting in 10% increments

Alternatives