edit_post
ActiveTool of SendIt
Edit a published post on a supported platform. Updates the text/caption of an already published post. SUPPORTED: YouTube (title/description/tags), LinkedIn, Facebook, Mastodon, Telegram, Bluesky NOT SUPPORTED: X, Threads, Instagram, Pinterest, TikTok Requires the published post ID returned when the post was originally published through SendIt.
Parameters schema
{
"type": "object",
"required": [
"postId"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "New tags (YouTube only)"
},
"text": {
"type": "string",
"description": "New text/caption/commentary for the post"
},
"title": {
"type": "string",
"description": "New title (YouTube only)"
},
"postId": {
"type": "string",
"description": "Published post ID (database ID returned when the post was published)"
},
"team_id": {
"type": "string",
"description": "Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope."
},
"description": {
"type": "string",
"description": "New description (YouTube only)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries