Sleep MCP Server

sleep

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" }

You must be authenticated.

Other Tools