Skip to main content
Glama

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentsWorkingTogether/mcp-sleep'

If you have feedback or need assistance with the MCP directory API, please join our Discord server