You're viewing a demo portfolio

Join the waitlist
PRSM

edit_post

Active

Tool of SendIt

declared in 0.1.0

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)"
    }
  }
}

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 →