Skip to main content
Glama
mfarooqone

postifys-mcp

by mfarooqone

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

TableJSON Schema
NameRequiredDescriptionDefault
linkNo
tagsNo
textNoCaption / message / LinkedIn text
typeNoPost type: FB IMAGE|REEL|FEED|STORIES; IG IMAGE|REEL|STORIES; LinkedIn text|image|video|link
asyncNoDefault true
titleNo
isAigcNo
boardIdNoRequired for Pinterest
captionNo
consentNo
privacyNoTikTok privacy from creator_info
imageUrlNo
platformYes
postModeNoTikTok: prefer inbox unless Direct Post approved
videoUrlNo
accountIdYesTarget account id from postifys_list_connections
allowDuetNo
mediaUrlsNoCDN or Postifys serve_url values (not raw Drive/Dropbox)
categoryIdNo
allowStitchNo
descriptionNo
allowCommentNo
thumbnailUrlNo
collaboratorsNoFB Page IDs or IG usernames
privacyStatusNo
proxyDownloadNo
idempotencyKeyNo
notifySubscribersNo
brandContentToggleNo
brandOrganicToggleNo
musicUsageConfirmedNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.1

TDQS

A4.3/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full behavioral disclosure. It covers async behavior, guaranteed postId return, TikTok Direct Post requirements (privacy, consent, music confirmation), LinkedIn member-profile limitation, Pinterest image-Pin-only restriction with required boardId, and account entitlement/pricing. This is thorough for a publish tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but dense, with no fluff. It front-loads the core behavior and return contract, then layers platform caveats, workflow, and pricing. It could be better structured with bullet points, but every sentence contributes useful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (31 params, no output schema, no annotations), the description covers the most critical context: return polling contract, platform-specific constraints, account entitlement, and media workflow. It does not explain all parameter combinations or error scenarios, but an agent gets enough to invoke the tool correctly for most platforms.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 29%, so the description must compensate. It does add meaning for key parameters: boardId is required for Pinterest, privacy/consent/musicUsageConfirmed for TikTok Direct Post, and mediaUrls should use serve_url values. However, with 31 parameters, many remain unexplained (e.g., isAigc, brandContentToggle, categoryId, collaborators), leaving a significant gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Publish asynchronously to one platform', which is a clear verb+resource statement. It also distinguishes itself from the postifys_get_post_status sibling by stating it returns a postId to poll, and from postifys_media_upload by describing the publish workflow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides explicit workflow guidance ('Prefer Media upload → serve_url → Publish') and warns against passing raw Drive/Dropbox URLs. It also names postifys_get_post_status for polling, but it doesn't explicitly state when not to use this tool in favor of specific alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mfarooqone/postifys-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server