You're viewing a demo portfolio

Join the waitlist
PRSM

apply_schedule

Active

Tool of io.github.ndesv21/socialclaw

declared in 0.1.14

Create a publishing run from a schedule document. Posts are scheduled or published through connected accounts. Send an idempotencyKey so retries do not create duplicate runs.

Parameters schema

{
  "type": "object",
  "required": [
    "schedule"
  ],
  "properties": {
    "schedule": {
      "type": "object",
      "description": "SocialClaw schedule document. Minimal shape: { timezone, posts: [{ account, name, description, publish_at, media_link? }] }. Campaign documents use { timezone, campaigns: [...] }.",
      "additionalProperties": true
    },
    "idempotencyKey": {
      "type": "string",
      "description": "Stable key to deduplicate retries."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.ndesv21/socialclaw

https://github.com/ndesv21/socialclaw

2/7 registries
View full server →
apply_schedule — io.github.ndesv21/socialclaw — PRSM MCP