retry_scheduled_post
ActiveTool of SendIt
declared in 0.1.0
Retry a failed scheduled post, optionally editing the content, narrowing to failed platforms, rescheduling, or publishing immediately.
Parameters schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Compatibility alias for postId."
},
"text": {
"type": "string",
"description": "Replacement post text for the retry."
},
"postId": {
"type": "string",
"description": "Scheduled post ID."
},
"team_id": {
"type": "string",
"description": "Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope."
},
"mediaUrl": {
"type": "string",
"description": "Replacement public HTTPS media URL for the retry."
},
"mediaUrls": {
"type": "array",
"items": {
"type": "string"
},
"description": "Replacement public HTTPS media URLs for the retry."
},
"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 subset of failed platforms to retry."
},
"publishNow": {
"type": "boolean",
"description": "Publish the retry immediately instead of scheduling it."
},
"scheduleId": {
"type": "string",
"description": "Compatibility alias for postId."
},
"scheduledAt": {
"type": "string",
"format": "date-time",
"description": "New ISO 8601 retry time. Required unless publishNow is true."
},
"firstComment": {
"type": "string",
"description": "Optional replacement Instagram first comment."
},
"pinterestBoardId": {
"type": "string",
"description": "Optional replacement Pinterest board ID."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries