Skip to main content
Glama

Get Trust Card

get_trust_card
Read-only

Use this when a business is already identified and the user wants its public Loppee Trust Card. Returns the exact business status, disclosure, coarse public city/state, public facts, review context, and citation without account authority, street address, ZIP, or signed media links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domain_keyNoNormalized domain key such as example-com.
business_idNoLoppee business id.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
errorNo
contract_versionYes

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable behavioral context beyond those: the result is public, requires no account authority, and excludes street address, ZIP, and signed media links. This clarifies privacy boundaries and access requirements, which is exactly the kind of context annotations alone do not provide.

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 a single sentence with no filler and front-loads the usage trigger. It is somewhat dense due to the long list of returned fields and exclusions, but each phrase adds meaningful information. It remains appropriately compact for the amount of context it conveys.

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?

The annotations cover safety, the output schema covers return structure, and the description covers usage context, public scope, and excluded sensitive fields. The main gap is that neither parameter is required and the description does not explain whether the agent should supply domain_key, business_id, or either one. This is minor given the schema's own parameter descriptions.

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 domain_key and business_id are already documented. The tool description does not add extra semantic guidance, such as which identifier to prefer or whether one is required. With full schema coverage, the baseline score of 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 states a specific use case ('when a business is already identified'), a specific resource ('public Loppee Trust Card'), and enumerates what is returned. It clearly distinguishes this from sibling tools like lookup_business or get_business_reviews by focusing on the Trust Card's public summary content.

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 explicitly starts with 'Use this when...' and gives a clear triggering condition: the business is already identified and the user wants its public Trust Card. It does not name alternatives or exclusions, but the context is specific enough that an agent can infer when this tool is appropriate.

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

A4.3/5.0
Disambiguation4/5

Each tool has a clear primary purpose: lookup, compare, review, trust card, and recommendation explanation. There is minor overlap between get_trust_card and explain_recommendation since both surface status/disclosure/citation, but the descriptions clarify their distinct intents.

Naming Consistency5/5

All tool names follow the consistent verb_noun snake_case pattern, such as get_business_reviews, get_trust_card, and compare_businesses. The verbs are appropriate and the naming style is uniform across the server.

Tool Count5/5

Five tools is well-scoped for a focused read-only business registry and trust information server. Each tool earns its place and there is no evident bloat or redundancy.

Completeness4/5

The server covers the core workflows of identifying a business, viewing its trust context, reading reviews, comparing businesses, and explaining recommendations. Minor gaps include the lack of category discovery or a broader business search endpoint, but these are workable given the stated scope.

Resources