You're viewing a demo portfolio

Join the waitlist
PRSM

add_cron

Active

Tool of BorealHost

declared in 1.27.0

Add a cron job to a site. Requires: API key with write scope. Args: slug: Site identifier schedule: Cron schedule (e.g. "*/5 * * * *", "0 2 * * *") command: Command to execute Returns: {"added": true, "result": {...}}

Parameters schema

{
  "type": "object",
  "title": "add_cronArguments",
  "required": [
    "slug",
    "schedule",
    "command"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "title": "Slug"
    },
    "command": {
      "type": "string",
      "title": "Command"
    },
    "schedule": {
      "type": "string",
      "title": "Schedule"
    }
  }
}

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 →
add_cron — BorealHost — PRSM MCP