Skip to main content
Glama

cpsc_recent_recalls

Read-onlyIdempotent

Return the most recent U.S. CPSC product recalls (date-sorted, newest first) via SaferProducts.gov (keyless). Looks back a configurable window (default 90 days). Each result links to the official CPSC recall page. Data: CPSC/SaferProducts.gov.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of recent recalls to return (default 10).
lookback_daysNoHow many days back to scan (default 90).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds valuable behavioral context: keyless access via SaferProducts.gov, date sorting, configurable lookback window, and that each result links to the official CPSC recall page. It goes beyond the annotations without contradicting them.

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?

Three sentences, no fluff, with the core purpose and sort order front-loaded. The second sentence adds the configurable window and the third clarifies output behavior (links to official pages). Every sentence contributes useful information.

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 low-complexity list tool with no required parameters and no output schema, the description is largely complete: it states source, access method, sorting, default window, and linkage. It does not enumerate the fields in each result or mention pagination, but the simple result shape and annotations make this a minor gap.

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 both parameters (limit and lookback_days) are already documented in the schema. The description adds the default lookback window (90 days) and implies limit controls result count, but it does not significantly extend the schema's parameter meaning. Baseline 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 names a specific verb ('Return'), a specific resource ('most recent U.S. CPSC product recalls'), and adds distinctive scope details: date-sorted newest first, configurable lookback, and links to official CPSC pages. It also clearly distinguishes itself from the sibling cpsc_recall_search by emphasizing recency rather than search.

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 implies when to use the tool: when the caller wants the most recent recalls within a time window rather than a keyword-based search. However, it does not explicitly mention alternatives like cpsc_recall_search or state when not to use this tool, leaving the routing decision to inference.

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.