Skip to main content
Glama

Sleep MCP Server

by Garoth

sleep

Pause execution for a specified duration in milliseconds, ideal for adding delays between operations, managing API call intervals, or testing eventually consistent systems.

Instructions

Wait for a specified duration

Input Schema

NameRequiredDescriptionDefault
millisecondsYesDuration to wait in milliseconds

Input Schema (JSON Schema)

{ "properties": { "milliseconds": { "description": "Duration to wait in milliseconds", "minimum": 0, "type": "number" } }, "required": [ "milliseconds" ], "type": "object" }
Install Server

Other Tools from Sleep MCP 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/Garoth/sleep-mcp'

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