Skip to main content
Glama

bricks_wp_list_posts

Filter and list WordPress posts by status, category, tags, or search, returning ID, title, author, and date to audit content and identify posts to update.

Instructions

List WordPress posts with filtering. Returns ID, title, status, date, author, categories. Use for content auditing or finding posts to update.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1)
tagsNoFilter by tag IDs
orderNoasc or desc (default: desc)
searchNoSearch term in title/content
statusNoPost status: publish, draft, pending, private, any (default: publish)publish
orderbyNoOrder by: date, title, modified, id (default: date)
per_pageNoResults per page (max 100, default 20)
post_typeNoREST base of the post type (default: posts). For a CPT pass its REST base, e.g. "service-area", "service", "faq". Look it up with bricks_get_post_types.posts
categoriesNoFilter by category IDs
Behavior3/5

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

With no annotations, the description must carry the behavioral burden. It does indicate a read-only listing operation and specifies returned fields, which is useful. However, it does not disclose pagination behavior, default status filtering, per_page limits, multi-site behavior, or any edge cases. It is minimally transparent, not richly transparent.

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

Conciseness4/5

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

Three sentences: list + filter, return fields, use case. The purpose is front-loaded and every sentence contributes something. 'With filtering' is somewhat redundant with the schema but not wasteful. It is compact and readable.

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

Completeness3/5

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

Given 9 optional parameters, no annotations, and no output schema, the description supplies the tool purpose and return fields, and the schema supplies the param semantics. However, the description lacks behavioral context like pagination behavior, default status filtering, or interaction with the active site, which the agent still has to infer from the sibling tools and 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?

The input schema has 100% description coverage, including defaults, status options, and post_type guidance with examples. The description only adds a general mention of 'filtering' and does not elaborate parameter-specific semantics beyond the schema, so the baseline of 3 applies.

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 names a specific verb and resource: 'List WordPress posts' with filtering. It also names the principal return fields, which lets the agent distinguish this tool from sibling page-list tools like bricks_list_pages and from single-post tools like bricks_wp_get_post. It is clear and specific, though it does not explicitly name a sibling it is not.

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 explicit context for when to use the tool: 'Use for content auditing or finding posts to update.' This gives the agent a clear use case. It does not exclusions or explicitly redirect to alternatives such as bricks_wp_get_post for single posts, so it stops short of a full when-not.

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

Install Server

Other Tools

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/developer2013/bricks-mcp-open'

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