Safe-Check (recall + counterfeit)
Server Details
Is it recalled or fake? Recall lookup vs live US gov feeds + transparent counterfeit risk signal.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.7/5 across 3 of 3 tools scored. Lowest: 2.9/5.
Each tool has a distinct purpose: counterfeit_risk for counterfeit assessment, recall_lookup for recalls, and safe_check combines both. No overlap, making it easy for an agent to select the correct tool.
All tool names follow a consistent snake_case pattern (e.g., counterfeit_risk, recall_lookup, safe_check). Although not strictly verb_noun, the style is uniform and predictable.
With only 3 tools, the set is well-scoped for its purpose of product safety screening (recalls and counterfeit risk). Each tool serves a clear function without redundancy.
The tool set fully covers the stated domain: recall lookup, counterfeit risk assessment, and a combined call. No missing functionality for the intended use case.
Available Tools
3 toolscounterfeit_riskAInspect
Assess counterfeit RISK for a collectible listing (a risk SIGNAL, never proof of fake). Combines marketplace base-risk + a price-vs-retail-median check when the item is a known collectible niche. Returns a risk level (low/med/high), a score, the signals, and authenticity advice.
| Name | Required | Description | Default |
|---|---|---|---|
| price | No | Optional: the listed price to compare against the retail median. | |
| query | Yes | Product or brand, e.g. 'Funko Batman' or 'LEGO 10307'. | |
| marketplace | No | Optional: where it's listed, e.g. 'aliexpress', 'ebay', 'etsy'. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description must fully disclose behavior. It describes the two components (marketplace risk and price comparison), the return fields (risk level, score, signals, advice), and notes it is a signal, not proof. This provides adequate transparency for a non-destructive tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is composed of three sentences, each adding distinct information: primary purpose, methodology, and return values. It is front-loaded with the main action and avoids redundancy, making it highly efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (3 params, no output schema, no nested objects), the description covers the key aspects: what it does, how it works, and what it returns. It is sufficiently complete for an agent to understand and invoke correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 100% schema coverage, the baseline is 3. The description adds value by explaining the purpose of each parameter: query (product/brand with examples), price (for comparison against retail median), marketplace (optional with examples). This enhances understanding beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's primary function: assessing counterfeit risk for collectible listings. It specifies the combined methodology (marketplace base-risk plus price vs retail median) and distinguishes it from siblings by focusing on risk assessment rather than recall lookup or safe check.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explains the tool is for assessing counterfeit risk as a signal, not proof, which implies usage when evaluating collectibles. It doesn't explicitly state when not to use it or suggest alternatives, but the context is clear enough for an agent to decide.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recall_lookupAInspect
Look up active US product recalls for a product or brand against live government feeds (CPSC/FDA/NHTSA-style aggregate). Returns matching recalls with the official agency source link and last-updated date. Use to check if something is recalled before buying/using it.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Product name or brand, e.g. 'Peloton bike' or 'stroller'. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description must cover behavioral traits. It discloses that results include agency source links and last-updated dates, but lacks details on rate limits, authentication needs, or whether it's purely read-only.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences front-loading purpose and example usage with no filler. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and no output schema, the description adequately covers purpose, input examples, and output contents. Minor omission of detailed return structure, but functionally sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with one parameter already described. Description adds valuable examples ('Peloton bike', 'stroller') clarifying the expected input format, going beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states it looks up US product recalls using live government feeds, with specific examples. Does not explicitly differentiate from siblings counterfeit_risk and safe_check, but context implies recall-specific focus.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit when-to-use context ('Use to check if something is recalled before buying/using it'), but does not mention when not to use or provide alternative sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
safe_checkCInspect
Run both a recall lookup and a counterfeit-risk check in one call. Best general-purpose product-safety screen.
| Name | Required | Description | Default |
|---|---|---|---|
| price | No | ||
| query | Yes | ||
| marketplace | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears full burden. It mentions combining two checks but gives no info on side effects, read-only status, rate limits, or other behavioral traits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short and front-loaded, but it omits necessary details about parameters and behavior, making it somewhat under-specified for the tool's complexity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity of combining two checks, no output schema, and zero parameter descriptions, the description lacks sufficient context about return values, limitations, or interpretation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not explain any of the three parameters (query, price, marketplace), leaving their purpose and constraints unclear.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it combines a recall lookup and counterfeit-risk check into one call, and distinguishes itself from sibling tools by being a general-purpose product safety screen.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It says 'Best general-purpose product-safety screen,' implying when to use it, but doesn't explicitly state when not to use it or what alternatives are for specific needs like counterfeit-only checks.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!