Skip to main content
Glama

List deliveries

package_list
Read-onlyIdempotent

Delivery attempts for a brand, newest first. THE CATCH-UP TOOL: after an outage, list with status "failed" or "dead" and replay what you missed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandYesBrand slug.
limitNoDefault 20.
sinceNoISO 8601 timestamp.
cursorNonext_cursor from a previous page.
statusNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnly/idempotent/non-destructive, so the description only adds ordering and a catch-up framing. It does not describe pagination or response shape, but for a read-only list that is acceptable.

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, front-loaded with the core purpose, and the catch-up instruction is compact. No filler.

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 read-only listing tool with strong annotations and 80% schema coverage, it gives purpose, ordering, and a key use case. It could mention pagination/next_cursor explicitly, but the schema's cursor parameter already hints at it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers 80% of parameters with descriptions, so baseline is 3; the description adds meaningful guidance by pointing to the 'failed'/'dead' status values for catch-up. It does not add to brand/since/cursor, but schema already covers those.

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?

States a specific resource ('delivery attempts for a brand') and ordering ('newest first'), and adds an outage catch-up use case. It does not explicitly name siblings like delivery_replay, and 'replay what you missed' blurs whether this tool also replays.

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?

Explicitly says to use it after an outage and to filter by status 'failed' or 'dead'. It does not name alternative tools or state when not to use, but the context is clear enough for an agent to choose it for catch-up listing.

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