You're viewing a demo portfolio

Join the waitlist
PRSM

system_sleep

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Pause execution for a given number of seconds (max 30). Use when you need to wait for an external process to complete before retrying — e.g. message sync, backfill, or API propagation. Total sleep per run is capped at 60 seconds.

Parameters schema

{
  "type": "object",
  "required": [
    "seconds"
  ],
  "properties": {
    "reason": {
      "type": "string",
      "description": "Why you are waiting (logged for debugging)"
    },
    "seconds": {
      "type": "integer",
      "description": "Number of seconds to sleep (1-30)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →