Skip to main content
Glama

LiveDataLink

product_liability_screen

Read-onlyIdempotent

One-call product-safety + liability read for a MANUFACTURER or brand. Joins three public-record legs: product recalls (CPSC consumer products + openFDA drug/device/food enforcement, keyed by manufacturer), federal-court litigation (CourtListener dockets whose caption actually names the brand), and CFPB consumer-complaint volume. Returns a rolled-up read (CLEAN / WATCH / ELEVATED LIABILITY SIGNALS) with recall count and severity (FDA Class I / death-related = high), litigation hits (total + last-3-years), and complaint volume, plus an itemized interpretation. A leg that fails is noted, not fatal. NHTSA vehicle recalls need a specific year+make+model so are out of scope here (use recall_screen for a vehicle). Cross-source synthesis; informational public-record synthesis, NOT legal advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNoOptional lower-bound date (YYYY-MM-DD) for FDA recalls.
stateNoOptional 2-letter state to scope the CFPB complaint leg (e.g. 'CA').
companyNoAlias for manufacturer; either may be supplied.
manufacturerYesManufacturer or brand name to screen (e.g. 'Peloton', 'Fisher-Price').

Schema Changelog

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

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Even with annotations already declaring readOnlyHint and non-destructive behavior, the description adds substantial operational detail: it returns a CLEAN/WATCH/ELEVATED LIABILITY SIGNALS rollup with specific metrics, treats a failed leg as non-fatal, ranks FDA Class I/death-related recalls as high severity, and clarifies it is informational public-record synthesis, not legal advice. This goes well beyond what annotations convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense and front-loaded with the core purpose, then systematically covers inputs, outputs, failure behavior, exclusions, and caveats. It is longer than necessary for a simple tool, but the complexity of a three-source composite screen justifies most of the length. Minor redundancy exists in the closing 'Cross-source synthesis; informational public-record synthesis' phrasing, but overall each sentence earns its place.

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?

Given the tool's multi-source complexity and the absence of an output schema, the description is remarkably complete: it names every input leg, the returned rollup levels, the specific metrics included, how severity is assessed, how partial failures are handled, and the key out-of-scope case with an alternative tool. An agent has enough context to invoke this tool correctly and interpret its response at a high level without additional documentation.

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 coverage is 100%, so the schema already documents all four parameters, but the description adds meaningful context beyond that: it explains that the manufacturer is the keying dimension across all three legs and provides concrete examples (Peloton, Fisher-Price). It also clarifies that 'since' bounds the FDA recall leg and 'state' scopes the CFPB complaint leg, which aligns with and reinforces the schema descriptions.

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 the tool as a one-call product-safety and liability read for a manufacturer or brand, and it enumerates the three data legs joined: CPSC/openFDA recalls, CourtListener litigation, and CFPB complaints. It also distinguishes itself from vehicle-specific recall tools by explicitly excluding NHTSA vehicles and naming recall_screen as the alternative. The verb 'read' plus the resource scope makes the 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 Guidelines5/5

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

The description gives explicit when-to-use context: for a manufacturer or brand needing a cross-source public-record synthesis. It also provides a clear when-not-to-use rule: NHTSA vehicle recalls require a specific year+make+model and should go to recall_screen instead. This directly helps an agent route between this composite tool and its more specialized siblings.

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.3/5.0
Disambiguation2/5

Several tool clusters overlap heavily—company due-diligence and risk tools (counterparty_risk_score, company_trust_check, entity_dossier, issuer_diligence_dossier, resolve_entity, entity_resolve), carrier vetting tools, sanctions screening tools, and recall tools all have subtle boundary distinctions. While descriptions are detailed, an agent navigating 294 tools will frequently struggle to pick the right one.

Naming Consistency3/5

Most tools follow a readable snake_case domain-prefix pattern (fdic_, edgar_, sanctions_, congress_), which helps. However, verb placement is inconsistent—search_available_datasets vs cdc_dataset_query, resolve_entity vs entity_resolve—and synonyms like search, lookup, get, detail, fetch, and status are used interchangeably.

Tool Count1/5

294 tools is an extreme number for a single MCP server, far beyond what an agent can reliably hold in context or select from accurately. The presence of tool-group discovery helpers mitigates but does not solve the fundamental scale problem.

Completeness4/5

The data breadth is genuinely extensive, covering finance, health, legal, real estate, transportation, energy, cyber, education, and many other domains, often with generic query fallbacks. Still, some capabilities are shallow or incomplete—package tracking stops at a link, property tools are demo-only in places, and caselaw coverage is limited—so it is not a fully complete surface.