Skip to main content
Glama

List social posts

list_social_posts
Read-only

List connected-account posts for the queue/calendar view, newest first (max 100). Optionally filter by brandId and by status: 'upcoming' (scheduled/publishing/draft), 'published', 'failed', or omit for all. Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoStatus filter; omit or 'all' for everything
brandIdNoFilter to one brand

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already cover readOnly/non-destructive/openWorld=false, so the safety profile is free. The description nonetheless adds real behavior: results are newest-first and capped at 100, and the call is free (no credit cost). It omits pagination behavior beyond the cap, which keeps it from a 5.

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?

One dense sentence, front-loaded with verb and scope, followed by the filter contract and the cost note. No filler or repetition of structured fields.

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 two-param read tool with no output schema, the description supplies ordering, cap, filter semantics, and cost — enough to call it correctly. Return-field shape is left unstated, but that is a minor gap given the tool's simplicity.

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?

Schema coverage is 100% so both params are already documented, giving a baseline of 3. The description adds meaning beyond the schema by expanding what 'upcoming' actually includes (scheduled/publishing/draft) and confirming that omitting status returns everything.

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?

States a specific verb (list) and resource (connected-account posts) and scopes it to the queue/calendar view, which implicitly separates it from siblings like list_managed_posts and get_social_post. The ordering ('newest first') and cap ('max 100') further pin down what this tool returns.

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?

Clear context for use: it is the list view for the queue/calendar, filters are optional, and 'omit for all' is spelled out. It does not explicitly name an alternative (e.g. get_social_post for a single post) or state when-not to use it, so it stops short of a 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources