Skip to main content
Glama

salesleader-desk

List generated magazine pieces

list_magazine_pieces
Read-only

List juxtaposition pieces generated by the writers' desk — title, format, question, contributing writers. Returns an honest empty array when no pieces have been generated yet (the corpus binding is not live; see AGENTS.md 'the corpus gap').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows (default 50, max 200).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
limitYes
piecesYes
api_versionYes
total_matchingYes

Schema Changelog

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

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the readOnly/openWorld/destructive annotations, the description discloses a key behavioral trait: it returns an honest empty array rather than an error when no pieces exist, and explains the 'corpus gap' with a pointer to AGENTS.md. This is valuable, non-obvious behavior.

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?

Two sentences: the first front-loads the resource and output fields, the second adds the important empty-array caveat. No wasted words.

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?

For a simple optional-limit list tool, the description covers behavior, scope, and output fields; annotations cover safety, and an output schema exists. Nothing necessary for a correct call is missing.

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 only parameter, limit, is fully described in the input schema with default and max values. The description adds no parameter-specific detail, so with 100% schema coverage the baseline of 3 is appropriate.

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 states a specific action ('List'), a precise resource ('juxtaposition pieces generated by the writers' desk'), and the returned fields (title, format, question, contributing writers). This clearly distinguishes it from the singular get_magazine_piece and list_writers.

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?

It is clear this is the listing tool for magazine pieces, and the empty-array note tells the agent that calling it is still appropriate when no pieces have been generated. It does not explicitly name alternative tools for single-piece or writer lookups, but the list scope is 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