Skip to main content
Glama
mfarooqone

postifys-mcp

by mfarooqone

postifys_cq_list_items

List rows from a Postifys content queue table using its table ID, with optional status and limit filters, to review scheduled posts before publishing.

Instructions

Native Postifys Content Queue (scheduler without n8n). Requires CONTENT_QUEUE_ENABLED on the server and publish entitlement. List rows in a data table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
statusNo
tableIdYes

Schema Changelog

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

  1. First observedv0.1.1

TDQS

B3/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It adds useful context: this is the native (non-n8n) queue and requires a feature flag plus entitlement. However, it does not disclose error behavior when the feature is disabled, pagination or limit handling, or any response characteristics; read-only nature is only implied by 'List'.

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

Conciseness3/5

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

Three short sentences with no wasted words, each earning its place. However, the core purpose is placed last, after context and prerequisites, so the description is not front-loaded with the most important information.

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

Completeness2/5

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

The definition falls short for a tool with 3 parameters, no annotations, and no output schema. It covers prerequisites and the basic action, but leaves two of three parameters semantically opaque and does not distinguish the tool from the cluster of CQ listing and job tools, so an agent would struggle to invoke it correctly with confidence.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it barely does. 'Data table' loosely hints at tableId, while limit and status are left entirely unexplained — no valid values, no filtering semantics, no guidance on defaults or relationships.

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 provides a clear verb and resource, 'List rows in a data table', and anchors it in the Content Queue context. It is not a tautology and the name maps well to the action. However, the purpose is somewhat diluted by the opening context phrase, and it does not clearly differentiate from sibling tools like postifys_cq_list_tables or postifys_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 Guidelines3/5

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

The description explicitly states prerequisites, 'Requires CONTENT_QUEUE_ENABLED on the server and publish entitlement', which implies when the tool is callable. But it gives no guidance on when to choose this tool over the many CQ siblings, nor any exclusions or alternative routing.

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