Skip to main content
Glama

wait

Pause execution for a specified duration (0-300 seconds) to synchronize with other tasks, with progress updates available via CLI or HTTP server.

Instructions

Wait for a specified number of seconds, useful for waiting for other tasks to finish

Input Schema

NameRequiredDescriptionDefault
secondsYesThe number of seconds to wait (0-300)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "seconds": { "description": "The number of seconds to wait (0-300)", "maximum": 300, "minimum": 0, "type": "number" } }, "required": [ "seconds" ], "type": "object" }
Install Server

Other Tools from MCP-Wait

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/automation-ai-labs/mcp-wait'

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