Skip to main content
Glama

Recalls Search Recalls

recalls_search_recalls
Read-only

Health Canada recalls and safety alerts matching words in the title, product, or hazard.

Active recalls only unless active_only is false. category values come from list_categories. Hits omit what_you_should_do unless fields names it; get_recall always includes it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
as_ofNo
limitNo
queryNo
cursorNo
fieldsNo
countryNoOnly CA is supported
categoryNo
active_onlyNo
snapshot_idNo
subdivisionNoNot supported by this source
updated_sinceNo

Schema Changelog

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

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

The annotation readOnlyHint=true already covers the read-only nature. The description adds useful behavioral details: active-only filtering by default and field omission behavior. No contradictions with annotations. Missing information about pagination or sorting, but the annotation lowers the bar, and the description adds value.

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 concise and well-structured, conveying key information in three short sentences. It avoids verbosity and includes essential usage distinctions.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite the tool's complexity (many parameters, no output schema, multiple sibling search tools), the description only provides partial context. It does not explain the response structure, pagination, or the meaning of most parameters, and only briefly references get_recall for full field details. This leaves significant gaps for an agent trying to use the tool correctly.

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

Parameters2/5

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

Schema description coverage is only 18% (only country and subdivision have descriptions). The description mentions active_only, category, and fields but does not explain many other parameters such as as_of, snapshot_id, updated_since, cursor, or limit. This is insufficient for an 11-parameter tool with few documented parameters.

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 clearly states that the tool searches Health Canada recalls and safety alerts by matching words in title, product, or hazard. It also distinguishes itself from recalls_get_recall, making its purpose unambiguous.

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?

The description provides practical usage guidance, such as the default active-only behavior (unless active_only is false) and that category values should come from list_categories. It also clarifies when to prefer this tool over get_recall regarding the what_you_should_do field, though it does not explicitly enumerate all usage scenarios.

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.

TDQS

B3.2/5.0
Disambiguation5/5

Every tool has a unique purpose, and the descriptions are detailed enough to clearly distinguish between search, list, get, and specific operations across domains. No two tools overlap in function.

Naming Consistency4/5

Domain tools follow a consistent '<domain>_<verb>_<noun>' pattern, but gateway-level tools like 'call_tool', 'find_capability', 'inspect_tool', 'search_services', and 'status' lack the prefix, introducing a minor inconsistency. Overall still readable and predictable.

Tool Count4/5

With 35 tools, the count exceeds the typical 3–15 range, but this is a gateway aggregating multiple distinct domains (holidays, laws, opendata, recalls, etc.), making the larger set justified. The count feels appropriate for the server's purpose.

Completeness5/5

Each domain offers a full set of operations: search, list, get, and domain-specific actions (like count_business_days or get_document_changes). Gateway meta-tools cover discovery, inspection, and invocation, leaving no obvious gaps.

Resources