mcp-sleep

Apache 2.0
  • Apple

sleep

Introduce a timed delay in your automation workflow to pause execution for a specified duration. Use this tool to manage task sequencing effectively by waiting between actions for up to 120 seconds.

Instructions

If you need to wait for a few seconds to continue with the task you are performing .

Input Schema

NameRequiredDescriptionDefault
secondsYesseconds it will take me to tell you to continue.

Input Schema (JSON Schema)

{ "properties": { "seconds": { "description": "seconds it will take me to tell you to continue.", "maximum": 120, "minimum": 0, "type": "number" } }, "required": [ "seconds" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-sleep

Related Tools

ID: orw2btd0yz