You're viewing a demo portfolio

Join the waitlist
PRSM

get_scheduled_posts

Active

Tool of SendIt

declared in 0.1.0

List scheduled posts and their current status, including pending, publishing, TikTok draft-delivered, published, failed, or cancelled posts.

Parameters schema

{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "maximum": 200,
      "minimum": 1,
      "description": "Optional forward-compatible maximum number of scheduled posts to return."
    },
    "cursor": {
      "type": "string",
      "description": "Optional forward-compatible pagination cursor from a previous scheduled-post listing response."
    },
    "status": {
      "enum": [
        "pending",
        "publishing",
        "draft_delivered",
        "published",
        "failed",
        "cancelled"
      ],
      "type": "string",
      "description": "Optional forward-compatible status filter. Legacy handlers may continue returning pending posts only."
    },
    "endDate": {
      "type": "string",
      "format": "date",
      "description": "Optional forward-compatible upper date bound in YYYY-MM-DD format."
    },
    "team_id": {
      "type": "string",
      "description": "Team ID to list team's scheduled posts. If omitted, lists personal posts."
    },
    "platform": {
      "enum": [
        "x",
        "linkedin",
        "linkedin-page",
        "facebook",
        "instagram",
        "threads",
        "bluesky",
        "mastodon",
        "nostr",
        "youtube",
        "tiktok",
        "lemmy",
        "discord",
        "slack",
        "telegram",
        "pinterest",
        "dribbble",
        "devto",
        "hashnode",
        "gmb",
        "whop",
        "producthunt"
      ],
      "type": "string",
      "description": "Filter by platform (optional)"
    },
    "upcoming": {
      "type": "boolean",
      "description": "Optional forward-compatible flag to prefer upcoming scheduled posts."
    },
    "startDate": {
      "type": "string",
      "format": "date",
      "description": "Optional forward-compatible lower date bound in YYYY-MM-DD format."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →
get_scheduled_posts — SendIt — PRSM MCP