Skip to main content
Glama

List content reviews

list_content_reviews
Read-onlyIdempotent

List content review requests for a blog, filtered by status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
blogIdYesBlog ID. Use list_blogs to discover available blog IDs.
statusNoReview status. Default: pending.pending

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds no additional behavioral context such as pagination behavior, ordering, or whether all review history is returned, but for a simple read-only list tool this is a minor gap rather than a contradiction.

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 one sentence with no filler. It front-loads the core action and resource, then adds the filtering dimension, making it easy to parse and remember.

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 straightforward read-only list operation, the description plus annotations and output schema are nearly sufficient. The main missing element is explicit differentiation from get_latest_content_review, but the plural 'requests' and the status filter make the tool's basic purpose and invocation requirements clear.

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%: blogId is documented with a pointer to list_blogs, and status has enum values plus a default. The description's phrase 'filtered by status' only restates what the schema already provides, adding no new parameter semantics.

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 clearly states a specific action ('List'), a resource ('content review requests'), and a scope ('for a blog, filtered by status'). It is not a tautology and is more specific than the title, but it does not explicitly distinguish itself from the closely related get_latest_content_review or list_content_revisions siblings.

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?

No explicit guidance is given about when to use this tool versus alternatives such as get_latest_content_review, submit_content_review, or decide_content_review. The intended use is somewhat implied by the word 'List', but there are no exclusions, conditions, or sibling comparisons to help an agent select among related review/revision tools.

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