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