Skip to main content
Glama

List managed posts

list_managed_posts
Read-only

List the posts for one managed account, newest first — status ('scheduled' = queued for the day in scheduledAt; 'posted' once live with publicPostUrl), caption, media, and metrics (views/likes/comments) once available. Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountIdYesManaged account UUID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint/destructiveHint=false, so safety is covered. The description still adds real value beyond them: ordering ('newest first'), status lifecycle semantics ('scheduled' vs 'posted' with publicPostUrl), metrics availability timing, and that the call is free.

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?

A single dense sentence with the resource, scope, and ordering front-loaded, followed by the fields returned. No filler; every clause carries 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?

With no output schema, the description usefully enumerates the returned fields (status, caption, media, metrics) and status meanings, which covers most of what an agent needs. Pagination or result limits are not addressed, a minor gap for a list tool.

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?

Only one parameter at 100% schema description coverage ('Managed account UUID'), so the schema carries the load and baseline is 3. The description reinforces the single-account scope but adds no syntax or format detail beyond the schema.

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 (posts) scoped to 'one managed account' with ordering ('newest first'). This clearly distinguishes it from list_social_posts and list_managed_accounts in the sibling list.

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 scope 'for one managed account' implies when to use it and 'Free' adds cost context, but it never names an alternative (e.g., list_social_posts) or states when not to use this tool. Usage is implied rather than prescribed.

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