Skip to main content
Glama

wp_list_content_blocks

List Blocksy Content Blocks with slugs, hooks, and ad inventory to audit existing placements before creating new slots.

Instructions

List existing Blocksy Content Blocks, including slug/hook clues and structured advertisement inventory. Does not create positioning slots.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoResult page
searchNo
statusNo
per_pageNoResults per page

Schema Changelog

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

  1. First observedv1.3.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does say the tool lists existing blocks and explicitly does not create positioning slots, which is useful non-mutation context. However, it omits other behavior an agent might need, such as response shape, empty-result behavior, pagination semantics, or any auth/read-only guarantees.

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?

The description is compact and front-loaded: the first sentence states the main action and key output features, and the second clarifies a non-creation boundary. Some jargon such as 'hook clues' and 'positioning slots' is undefined, but the overall length is well controlled.

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?

For a simple list tool with optional filters and no output schema, the description communicates the core purpose and one boundary. It is missing usage guidance and any detail about return format or how search/status filters behave, so it is minimally adequate but not fully complete.

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 coverage is 50%; page and per_page already have descriptions, and status has a self-documenting enum while search is inferable from its name. The description itself adds no parameter-level meaning, but it also does not mislead. This is adequate but not compensatory.

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 existing Blocksy Content Blocks.' It also adds output details (slug/hook clues, structured advertisement inventory), which helps distinguish this listing tool from singular get/update siblings like wp_get_content_block and wp_update_content_block.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not state when to choose this tool over alternatives such as wp_get_content_block, wp_blocks_list, or wp_update_content_block. It gives a negative hint ('Does not create positioning slots') but no explicit when-to-use or when-not-to-use guidance.

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/leonardobora/mcp-wordpress'

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