You're viewing a demo portfolio

Join the waitlist
PRSM

suggest_next_schedule_time

Active

Tool of SendIt

declared in 0.1.0

Suggest the next recommended publish time using best-times insights or configured queue slots without creating a post.

Parameters schema

{
  "type": "object",
  "properties": {
    "mode": {
      "enum": [
        "best_time",
        "queue"
      ],
      "type": "string",
      "description": "Use 'best_time' for analytics-based suggestions or 'queue' for queue-slot suggestions."
    },
    "after": {
      "type": "string",
      "format": "date-time",
      "description": "Optional lower bound. Suggestions should be strictly after this time."
    },
    "team_id": {
      "type": "string",
      "description": "Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope."
    },
    "platform": {
      "type": "string",
      "description": "Single platform to optimize for."
    },
    "timezone": {
      "type": "string",
      "description": "Optional IANA timezone for the returned recommendation."
    },
    "mediaType": {
      "enum": [
        "text",
        "image",
        "carousel",
        "video",
        "story"
      ],
      "type": "string",
      "description": "Optional content media type hint for best-time recommendations."
    },
    "platforms": {
      "type": "array",
      "items": {
        "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": "Optional platform set to optimize across."
    }
  }
}

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 →
suggest_next_schedule_time — SendIt — PRSM MCP