Skip to main content
Glama

Server Details

Verified deals, store policies & a trust score for thousands of online retailers. No auth.

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation4/5

Tools are mostly distinct: one for trust scores, one for searching deals across retailers, one for detailed retailer policies. Minor overlap between find_deals and lookup_retailer on deals, but the scoping is clear.

Naming Consistency5/5

All three tool names follow a consistent verb_noun pattern in lower snake_case: check_retailer_trust, find_deals, lookup_retailer. No mixing of styles.

Tool Count4/5

3 tools is a small but well-focused set for a retail data service covering trust scores, deal search, and retailer details. Not too few given the narrow domain.

Completeness4/5

The tool set covers core user needs: trust assessment, deal discovery, and retailer policy lookup. Missing features like retailer comparison or list are non-critical, so it's reasonably complete.

Available Tools

3 tools
check_retailer_trustAInspect

Get value.us's proprietary VUS score (0-5) for a retailer and when its data was last verified. The VUS score measures how much current, verified data value.us holds on the store (a data-confidence signal) - it is NOT a verdict on whether the store is trustworthy or safe to buy from.

ParametersJSON Schema
NameRequiredDescriptionDefault
retailerYesStore name or domain.
Behavior4/5

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

No annotations are present, so the description carries the full burden. It adds valuable context by explaining what the VUS score measures (data confidence) and explicitly warns it is NOT a verdict on store trustworthiness. However, it does not disclose potential error behavior, read-only guarantees, or rate limits, which would be additional useful 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.

Conciseness5/5

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

The description is two sentences, front-loading the core function and adding a crucial caveat. Every word earns its place with no redundancy, making it highly concise and well-structured.

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 simple tool with one parameter and no output schema, the description covers the return values (score and last verified time) and the essential interpretation caveat. It lacks usage guidance and edge-case behavior, but these are partially covered by other dimensions, so the completeness is solid for the tool's complexity.

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?

The only parameter 'retailer' already has a clear schema description ('Store name or domain.'), giving 100% schema coverage. The description adds no extra parameter semantics, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves value.us's VUS score (0-5) and last verified time for a retailer, using a specific verb ('Get') and resource. It also clarifies that the VUS score is not a trust verdict, which distinguishes its purpose from what the name implies, but it does not explicitly reference sibling tools to fully differentiate them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like find_deals or lookup_retailer. The description implies it is for data-confidence checks but does not state conditions, exclusions, or recommend sibling tools for trust-related questions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

find_dealsAInspect

Find online retailers that currently have a specific kind of verified deal or policy, ranked. Use for questions like 'who has free shipping', 'which stores give a student discount', or 'what's on sale now'.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 10).
intentYesThe deal/policy type to find retailers for.
countryNo2-letter market the shopper is in (e.g. 'US', 'GB', 'DE'), so results are relevant to where they can buy. Defaults to 'US'. Pass 'all' for every market. Retailers with no declared market are always included.
Behavior3/5

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

With no annotations, the description carries the full burden. It adds behavioral context by saying 'verified deal or policy' and 'ranked,' implying results are filtered/curated and ordered. Yet it does not disclose potential limitations (e.g., data recency, market availability behavior already in schema, whether results include retailer contact info) or any side effects. For a read-only search tool this is acceptable but not rich.

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?

Two sentences total. The first sentence is front-loaded with the primary action and result, the second gives clear, relevant usage examples. No filler, no repetition of schema fields, every phrase earns its place.

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 simple search tool with 3 params and no output schema, the description is sufficiently complete. It states the action, the result type (ranked retailers), and common use cases. It could explicitly mention that the output is a ranked list, but 'ranked' already implies that. The sibling tool names provide additional context for disambiguation. This is above the minimum viable for the tool's complexity.

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 baseline is 3. The description adds value by mapping example questions to specific intents (e.g., 'free shipping' corresponds to the free-shipping enum), which helps the agent pick the right intent. It also hints at the 'country' parameter implicitly with 'where they can buy' in the schema, though the description itself doesn't mention country beyond examples. Overall, it enriches the schema's parameter docs enough to justify a 4.

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 opens with a specific verb+resource: 'Find online retailers that currently have a specific kind of verified deal or policy, ranked.' This clearly distinguishes the tool from siblings like check_retailer_trust (which likely evaluates trust of a given retailer) and lookup_retailer (which retrieves retailer details). It also provides concrete example queries ('who has free shipping', 'which stores give a student discount'), making the intent unmistakable.

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?

Usage guidance is explicit via 'Use for questions like...' followed by three representative queries that map to intent enum values. This tells the agent when to apply the tool. However, it does not explicitly mention when not to use it or name alternatives like check_retailer_trust or lookup_retailer, so it stops short of a full comparison.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

lookup_retailerAInspect

Look up verified deals and store policies for a specific online retailer: signup/newsletter offer, free-shipping threshold, return window, price-match, gift cards, student/military discounts, current sale, and the value.us VUS score (our data-confidence rating). Input a store name or domain.

ParametersJSON Schema
NameRequiredDescriptionDefault
retailerYesStore name or domain, e.g. 'Brooklinen' or 'brooklinen.com'.
Behavior3/5

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

With no annotations, the description carries the burden of explaining behavior. It does disclose the data returned (signup offers, shipping thresholds, return windows, etc.) and the VUS score, but it does not mention potential limitations such as missing data for obscure stores, freshness, or what happens when a retailer isn't found. This is adequate but not rich.

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 a single, information-dense sentence that front-loads the core purpose ('Look up verified deals and store policies for a specific online retailer') followed by a clear, comma-separated list of included data. Every word earns its place; no filler or repetition.

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?

Given the tool's simplicity (single parameter, no output schema), the description is comprehensive: it lists the return data fields and the input requirement. It does not describe return format or error handling, but the absence of an output schema is mitigated by the explicit enumeration of what the tool returns. A score of 4 reflects its completeness for typical use.

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 coverage is 100% and the parameter description already includes examples ('Brooklinen' or 'brooklinen.com'). The tool description reiterates 'Input a store name or domain' but adds no new semantic information beyond what the schema provides. The baseline of 3 applies.

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 uses a specific verb ('Look up') and resource ('verified deals and store policies for a specific online retailer'), clearly distinguishing this from sibling tools like find_deals (general deal search) and check_retailer_trust (trust rating only). It enumerates the exact data categories returned, leaving no ambiguity about the tool's scope.

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 clear context: use this tool when you need verified deals and store policies for a specific named retailer. It implies a targeted lookup ('Input a store name or domain') and contrasts with siblings by focusing on a single retailer. However, it does not explicitly state exclusions or when to prefer alternatives, so it falls short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables AI models to find the best online deals by browsing and interacting with multiple shopping platforms like Amazon and eBay across various regions. It uses Playwright to automate searches and retrieve product information from compatible e-commerce and deal-tracking websites.
    10
    3
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    DTC competitor intelligence: catalog snapshots, price history, cross-brand product comparison, and drop/restock detection for 84 Shopify-powered brands. Pay-per-call via Apify.

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources