Skip to main content

MCP tools reference

These are the tool names your MCP client shows after it connects to PostSyncer. Each name matches the server implementation; behavior and request bodies align with API v1 where the same action exists over REST.
Tools such as delete-post, delete-account, and hide-comment change or remove live data. Only use them when the end user clearly asked for that outcome.

Workspaces

Accounts

Labels

Campaigns

Posts

Video cover images (content[0].cover_image): TikTok - video_cover_timestamp_ms only (frame from video). YouTube, Instagram, Facebook - thumbnail only (custom image upload). See Create post - platform requirements.

Media

Folders

Comments

Analytics

Typical workflow

A sensible order for agents:
  1. list-workspaces → choose workspace_id.
  2. list-accounts → choose account IDs for publishing.
  3. Optionally list-labels / list-campaigns.
  4. Optionally list-folders / list-media or upload-media-from-url / upload-media-file for assets.
  5. create-post, or comment/analytics tools as needed.
Each tool maps to REST routes under API reference. Parameters and validation follow the same rules.