Adds a simple sleep function that pauses AI execution for a specified number of seconds. Useful for controlling timing and flow in automated workflows.
1222 views1Local (stdio)
What it does
- Pause execution for specified duration
- Control workflow timing and sequencing
- Add delays between automated actions
- Implement rate limiting in agent workflows
Best for
Workflow automation requiring timed delaysRate limiting API calls or operationsSequential task execution with waiting periods
Configurable timeout limitsNo external dependencies
Tools (1)
sleep
If you need to wait for a few seconds to continue with the task you are performing .
