Tools
plungeai_schedule
Scheduled (cron) jobs: action stats|list|get|create|update|pause|resume|delete|run_now|runs. create needs name, job_type (agent|query|workflow|heartbeat), target, schedule; create also takes mission_ref (schedule a pre-built agent card).
Authorizations
Authorization: Bearer ozk_….X-API-Key: ozk_….Every request needs a key, tools/list included.
Arguments
Maximum string length: 4000
Available options: stats, list, get, create, update, pause, resume, delete, run_now, runs
for `get`, `update`, `pause`, `resume`, `delete`, `run_now`
Maximum string length: 256
for `create`
Maximum string length: 512
Maximum string length: 2000
for a plain `create`
Available options: agent, query, workflow, heartbeat
for a plain `create`
Maximum string length: 262144
for `create`
Maximum string length: 128
Default: UTC
Maximum string length: 64
Default: 50 for list, 20 for runs
Required range: 1 <= x <= 100
Maximum string length: 256
for a heartbeat
Maximum string length: 256
for a heartbeat
Maximum string length: 4096
Maximum string length: 256
Available options: telegram, whatsapp, discord, slack, email
Maximum string length: 128
Output
Markdown text.
Scheduled (cron) jobs: action stats, list, get, create, update, pause, resume, delete, run_now or runs. create needs name, job_type (agent, query, workflow or heartbeat), target and schedule; create also takes mission_ref to schedule a pre-built agent card.
Returns. Markdown text per action: tables for list and runs, the job as JSON for get, a one-line confirmation for the writes, and for run_now the execution id to poll. Errors are isError: true text that names the cause. Details: Scheduling (opens in a new tab).
curl -s https://mcp.plungeai.com/v1 \
-H "Authorization: Bearer $PLUNGE_API_KEY" \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"plungeai_schedule","arguments":{"user_request":"what do I have scheduled?","action":"stats"}}}'One parameter recurs across the tools: user_request (on every tool: a string of up to 4,000 characters, optional; clients should always send it). It is described once in Recurring parameters on the MCP overview.