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?

With no annotations provided, the description fully discloses the tool's behavior: returns a numeric score and verification date, and explains the score's meaning (data-confidence, not trustworthiness). This is clear and sufficient for a simple read operation.

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-loaded with the core purpose. Every phrase earns its place, with no redundant or unnecessary information.

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?

For a simple tool with one parameter and no output schema, the description adequately covers what is returned (score and verification date) and the meaning of the score. It is complete for its complexity level.

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% with a single parameter 'retailer' described as 'Store name or domain.' The description does not add any additional meaning beyond what the schema already provides, so 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 clearly states the tool retrieves a proprietary VUS score (0-5) and last verification date. It explicitly distinguishes what the score represents (data-confidence signal) and what it is NOT (trustworthiness verdict), making the purpose unambiguous and differentiating from siblings like find_deals and lookup_retailer.

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

Usage Guidelines3/5

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

The description implies usage for checking data confidence but does not provide explicit when-to-use or when-not-to-use guidance. No direct comparison or exclusion criteria for siblings are given, leaving some ambiguity about appropriate contexts.

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 provided, the description alone must disclose behavioral traits. It mentions results are 'ranked' and deals are 'verified', but does not explain the ranking criteria, verification process, or how results are ordered. It also lacks detail on pagination behavior beyond the limit parameter. While not misleading, it leaves key behaviors unspecified, earning a middle score.

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 extremely concise—two sentences with no wasted words. The first sentence defines the purpose, and the second provides usage examples. It is front-loaded and every sentence earns its place.

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?

Given that no output schema is provided, the description should explain the return structure. It mentions 'ranked retailers' but does not specify what fields are returned (name, URL, deal details, etc.). Additionally, without annotations, the description lacks information on authentication, rate limits, or whether the tool is read-only. For a tool with three parameters and moderate complexity, this incompleteness is a significant gap.

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 each parameter already has a description. The tool description adds value by providing concrete examples of intent values (e.g., 'free shipping', 'student discount') and clarifying the purpose of country ('so results are relevant to where they can buy'). This enhances understanding beyond the schema, justifying a 4.

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 finds online retailers with specific deals or policies and provides example queries. It uses a specific verb ('Find') and resource ('online retailers'). While it implicitly differentiates from sibling tools (check_retailer_trust, lookup_retailer) by its focus on deals/policies, it does not explicitly mention the distinction, so a 4 is appropriate.

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

Usage Guidelines3/5

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

The description provides example questions that imply when to use the tool, such as 'who has free shipping' or 'which stores give a student discount'. However, it does not include explicit guidance on when not to use it or how it compares to sibling tools, such as specifying that check_retailer_trust is for trustworthiness or lookup_retailer for general info. This leaves usage somewhat implied rather than explicitly guided.

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?

No annotations are provided, so the description carries full burden. It describes the tool as looking up data (presumably read-only), but does not disclose if it has side effects, rate limits, or authentication needs. The behavioral disclosure is adequate but incomplete.

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, well-structured sentence that front-loads the primary purpose. Every part is essential, and there is no fluff. The list of returned items is integrated smoothly.

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 low complexity (1 parameter, no output schema), the description adequately covers the purpose and expected return items. It could be improved by hinting at the return structure, but it is sufficiently complete for an AI agent to understand what the tool does.

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?

The single parameter 'retailer' has 100% schema coverage. The description adds value by providing an example ('Brooklinen' or 'brooklinen.com'), clarifying the format beyond the schema description. However, it does not specify case sensitivity or partial match behavior.

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's purpose as looking up verified deals and store policies for a specific retailer, listing specific items like signup offers, shipping threshold, etc. It differentiates from siblings 'check_retailer_trust' and 'find_deals' by focusing on comprehensive retailer details.

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 says to input a store name or domain, providing clear usage context. However, it does not explicitly contrast with sibling tools or state when not to use it, but the specificity of the output makes the use case clear.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources