You're viewing a demo portfolio

Join the waitlist
PRSM

validate_schedule

Active

Tool of io.github.ndesv21/socialclaw

declared in 0.1.15

Validate a schedule document against provider rules, media limits, account state, and publish times WITHOUT creating any posts. Always run this before apply_schedule.

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: [...] }. Per-post provider settings go in settings, e.g. TikTok drafts: settings: { tiktokPostMode: \"draft\" } uploads the media to the account's TikTok drafts (inbox) instead of publishing, and the creator finishes the post inside the TikTok app.",
      "additionalProperties": true
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.ndesv21/socialclaw

https://github.com/ndesv21/socialclaw

2/7 registries
View full server →