postifys_publish
Publish content to a social platform and get a postId to track delivery status. Provide accountId, platform, text/media, and platform-specific options like Pinterest boardId or TikTok privacy.
Instructions
Publish asynchronously to one platform. Always returns a postId to poll with postifys_get_post_status. Prefer Postifys serve_url media. TikTok may post to the creator inbox unless Direct Post is approved; Direct Post requires privacy from creator_info, consent, and music usage confirmation. LinkedIn supports member profiles only (no Company Pages). Pinterest supports image Pins; boardId is required. Video Pins are not claimed. Prefer Media upload → serve_url → Publish. Do not pass raw Google Drive or Dropbox URLs directly to publish tools. Publishing requires an entitled Postifys account ($4 for the first seat, then $2 per extra seat per month after trial). The MCP package itself is free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | ||
| tags | No | ||
| text | No | Caption / message / LinkedIn text | |
| type | No | Post type: FB IMAGE|REEL|FEED|STORIES; IG IMAGE|REEL|STORIES; LinkedIn text|image|video|link | |
| async | No | Default true | |
| title | No | ||
| isAigc | No | ||
| boardId | No | Required for Pinterest | |
| caption | No | ||
| consent | No | ||
| privacy | No | TikTok privacy from creator_info | |
| imageUrl | No | ||
| platform | Yes | ||
| postMode | No | TikTok: prefer inbox unless Direct Post approved | |
| videoUrl | No | ||
| accountId | Yes | Target account id from postifys_list_connections | |
| allowDuet | No | ||
| mediaUrls | No | CDN or Postifys serve_url values (not raw Drive/Dropbox) | |
| categoryId | No | ||
| allowStitch | No | ||
| description | No | ||
| allowComment | No | ||
| thumbnailUrl | No | ||
| collaborators | No | FB Page IDs or IG usernames | |
| privacyStatus | No | ||
| proxyDownload | No | ||
| idempotencyKey | No | ||
| notifySubscribers | No | ||
| brandContentToggle | No | ||
| brandOrganicToggle | No | ||
| musicUsageConfirmed | No |