You're viewing a demo portfolio

Join the waitlist
PRSM

schedule_snapshot

Active

Tool of BorealHost

declared in 1.27.0

Schedule a snapshot for future execution. Requires: API key with write scope. Max 3 pending schedules per site. Args: slug: Site identifier scheduled_at: ISO 8601 datetime (must be in the future) description: Optional description (max 200 chars) Returns: {"id": "uuid", "scheduled_at": "iso8601", "status": "scheduled"} Errors: VALIDATION_ERROR: Invalid datetime, not in future, or too many pending

Parameters schema

{
  "type": "object",
  "title": "schedule_snapshotArguments",
  "required": [
    "slug",
    "scheduled_at"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "title": "Slug"
    },
    "description": {
      "type": "string",
      "title": "Description",
      "default": ""
    },
    "scheduled_at": {
      "type": "string",
      "title": "Scheduled At"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →
schedule_snapshot — BorealHost — PRSM MCP