Skip to main content
Glama

MCP Wait Timer Server

by 199-mcp

wait

Introduce precise pauses in MCP workflows by specifying a wait duration in seconds, ensuring asynchronous operations complete before proceeding to the next step.

Instructions

Waits for a specified duration in seconds.

Input Schema

NameRequiredDescriptionDefault
duration_secondsYes

Input Schema (JSON Schema)

{ "properties": { "duration_seconds": { "_def": { "checks": [ { "inclusive": false, "kind": "min", "value": 0 } ], "coerce": true, "description": "The number of seconds to wait", "typeName": "ZodNumber" }, "~standard": { "vendor": "zod", "version": 1 } } }, "required": [ "duration_seconds" ], "type": "object" }
Install Server

Other Tools from MCP Wait Timer Server

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/199-mcp/mcp-wait-timer'

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