schedule_snapshot
ActiveTool of BorealHost
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"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries