Skip to main content
Glama

The Stochastic Parrot

list_audits

List published pieces (summaries: slug, title, kind, date, counts of hard contradictions and naming/framing splits), newest first. All filters optional and combinable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoOnly pieces of this kind: 'audit' (discrepancy audit), 'coverage' (coverage brief), 'dispatch', or 'solo' (solo audit).
limitNoMaximum results to return (default 25, hard cap 100).
sinceNoOnly pieces dated on or after this ISO date (YYYY-MM-DD).
untilNoOnly pieces dated on or before this ISO date (YYYY-MM-DD).
outletNoOnly pieces whose sources include this outlet, matched exactly but case-insensitively, e.g. 'Reuters' or 'Fox News'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does well by specifying that only published pieces are listed, results are summaries rather than full content, ordering is newest first, and all filters can be combined. It does not disclose potential pagination behavior or error conditions, but the core behavior is transparent.

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 entire description is one compact, front-loaded sentence that communicates the core action, return summary fields, ordering, and filter behavior. There is no redundant or filler content.

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?

Even without an output schema, the description explains what the tool returns (summaries with specific fields), how they are ordered, and that all filters are optional and combinable. With five parameters fully documented in the schema and no required parameters, the description is sufficiently complete for an agent to call the tool correctly.

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%, so the schema already documents all five parameters thoroughly. The description adds a useful behavioral note that filters are optional and combinable, but it does not provide additional parameter-level semantics beyond the schema.

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 starts with 'List published pieces' and enumerates the exact summary fields returned (slug, title, kind, date, counts of hard contradictions and naming/framing splits), making the resource and scope specific. The ordering ('newest first') and filter behavior further distinguish this from sibling tools like get_audit or search_corpus.

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

Usage Guidelines3/5

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

The description clearly states that filters are optional and combinable, which gives useful invocation guidance. However, it does not explicitly tell the agent when to use this tool versus alternatives like get_audit, list_corrections, or search_corpus, or what kinds of tasks are better suited to those 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