Skip to main content
Glama
ahernan2

buffer-mcp

by ahernan2

posts_list

Retrieve social media posts for an organization, applying filters by status, channel, and due date range, with cursor-based pagination for large result sets.

Instructions

List posts for an organization with optional filters by status, channel, and date range. Supports cursor-based pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoCursor for pagination (from pageInfo.endCursor)
firstNoNumber of posts to return (default: 20, max: 100)
statusNoFilter by post status (e.g. ["scheduled", "sent"])
sort_byNoSort field (default: dueAt)
due_at_endNoFilter posts due before this ISO 8601 datetime
channel_idsNoFilter by channel IDs
due_at_startNoFilter posts due after this ISO 8601 datetime
sort_directionNoSort direction (default: asc)
organization_idYesOrganization ID

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are present, so the description carries the transparency burden. It discloses that this is a read-only list operation, that filters are optional, and that pagination is cursor-based, which is useful behavioral context. It does not detail return shape or sorting behavior, but those are partially visible in the schema.

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

Conciseness5/5

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

Two sentences, front-loaded with the core action and scope, followed by the key pagination behavior. Every phrase earns its place; there is no fluff.

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?

With nine parameters but full schema coverage, the description's summary of filters and cursor pagination is enough to orient an agent. It does not describe the output shape, though the after-cursor reference to pageInfo.endCursor in the schema partially fills that gap.

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 100%, so all parameters are already individually documented with types, defaults, and enums. The description groups filters as 'status, channel, and date range' but does not add materially new meaning beyond the property names.

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?

Description states a specific verb ('List'), resource ('posts'), and organizational scope, plus the filter dimensions (status, channel, date range). This distinguishes it from singular post_get and mutating post_create siblings even without naming them.

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?

The description makes clear this is the listing/filtering operation for posts in an organization, which gives sufficient context for when to call it. It does not explicitly name alternatives or exclusions, so it stops short of 5.

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/ahernan2/buffer-mcp'

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