Skip to main content
Glama

List posts

list_posts
Read-onlyIdempotent

List blog posts with pagination, filtering, and sorting by status, collection, tag, author, or date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number. Default: 1.
limitNoPage size. Default: 30, maximum: 100.
orderNoSort direction. Default: desc.desc
tagIdNoFilter by tag ID.
blogIdYesBlog ID. Use list_blogs to discover available blog IDs.
statusNoFilter by post status.
userIdNoFilter by author user ID.
orderByNoSort field. Default: createdAt.createdAt
collectionIdNoFilter by collection ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already establish that the tool is read-only, idempotent, and non-destructive, lowering the burden on the description. The description adds limited behavioral context beyond that, mostly restating filtering and sorting capabilities already present in the schema and output 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?

The description is a single, information-dense sentence with no filler. Key capabilities are front-loaded, and every phrase contributes meaning.

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

Completeness5/5

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

Given the fully documented nine-parameter schema, helpful output schema, and safety-related annotations, the description is sufficient for an agent to correctly select and call this tool. The required blogId and discovery hint are already covered in the schema.

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 the schema fully documents all nine parameters. The description provides a useful high-level summary of filter axes but does not add meaning beyond what the schema already offers.

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?

The description uses a specific verb and resource ('List blog posts') and names the concrete capabilities: pagination, filtering, and sorting. This clearly distinguishes it from siblings like list_pages, get_post, and list_content_revisions.

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 gives a clear context: use this tool whenever blog posts need to be listed with filters or sorts. It does not explicitly state when not to use it or name alternatives, but the verb and resource make the primary use case unambiguous.

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