Skip to main content
Glama
mfarooqone

postifys-mcp

by mfarooqone

postifys_cq_overview

Review content queue schedules, jobs, and next-run hints to monitor and plan social media publishing without external schedulers.

Instructions

Native Postifys Content Queue (scheduler without n8n). Requires CONTENT_QUEUE_ENABLED on the server and publish entitlement. Returns tables, jobs, and next-run hints. 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

No arguments

Schema Changelog

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

  1. First observedv0.1.1

TDQS

B3.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It discloses that the tool returns aggregated tables/jobs/hints, requires an environment flag and entitlement, and includes platform caveats (TikTok, LinkedIn, Pinterest). It does not explicitly state 'read-only/no side effects,' but the overview nature plus 'Returns' makes this adequately transparent.

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

Conciseness2/5

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

The definition is front-loaded but bloated: pricing details, upload workflow, and raw URL warnings are unrelated to an overview call and should live on publish/media tools. Roughly half the sentences earn their place; the rest dilute the description.

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?

For a zero-parameter, no-output-schema overview tool, the description is sufficiently complete: it names the returned information, prerequisites, and relevant platform constraints. A short 'does not modify data' statement would make it fully complete, but the behavior is inferable from 'Returns.'

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

Parameters4/5

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

The tool accepts zero parameters and has 100% schema coverage by virtue of an empty schema, so the baseline of 4 applies. There are no parameters for the description to clarify.

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

Purpose4/5

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

The description identifies a specific resource ('Native Postifys Content Queue') and a high-level result ('Returns tables, jobs, and next-run hints'), and contrasts it with 'scheduler without n8n.' It is clear, but it does not explicitly differentiate this aggregate overview from sibling list tools such as cq_list_tables or cq_list_jobs.

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

Usage Guidelines2/5

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

The description gives prerequisites ('Requires CONTENT_QUEUE_ENABLED on the server and publish entitlement') but never states when to choose this tool over the sibling CQ listing tools, nor does it name any alternatives. The publishing workflow guidance belongs to other tools and does not help select cq_overview.

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