Nashboard Merchants
Server Details
Merchant intelligence for AI agents: brand/operator/location hierarchy + industry codes.
- 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 4 of 4 tools scored.
Each tool targets a distinct operation: listing locations, looking up merchants by name, resolving hierarchy, and resolving receipt line items. No overlap in functionality.
All tools use snake_case with a verb-noun pattern (list, lookup, resolve). The naming is uniform and predictable.
With 4 tools, the set is well-scoped for the domain of merchant data lookup and receipt resolution. Each tool serves a clear purpose without redundancy.
The tools cover key operations: listing locations, merchant lookup, hierarchy resolution, and receipt parsing. Missing create/update/delete, but the set appears designed for a read-heavy use case, so only minor gaps.
Available Tools
4 toolslist_locations_for_brandlist_locations_for_brandAInspect
List location-tier rows for a brand_id. Optional country filter. Returns location_id, address, lat, lon, place_id, operator_id. Default 50, max 200 rows per call.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows returned (default 50, max 200) | |
| country | No | ISO-3166 alpha-2 filter (e.g., 'PL' returns only Polish locations) | |
| brand_id | Yes | merchants_global.id of the brand-tier row |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses return fields, default limit, and max rows, but does not explicitly state read-only nature or potential side effects, though 'list' implies a 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences front-load the purpose and key constraints; every word earns its place with no redundancy.
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 no output schema, the description adequately explains what is returned (fields listed) and constraints (limit, country filter). Missing details like pagination or error responses are minor for a simple list tool.
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 descriptions for all three parameters. The description adds value by listing returned fields and clarifying the row type, going slightly 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 lists location-tier rows for a brand_id, with an optional country filter, distinguishing it from sibling tools like lookup_merchant or resolve_operator_hierarchy.
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 implies usage when needing location rows for a brand but provides no explicit guidance on when not to use it or how it compares to siblings; additional context like alternatives or exclusions would improve it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lookup_merchantlookup_merchantAInspect
Look up a merchant by name (+ optional country). Returns the full brand→operator→location hierarchy plus 8 industry-code standards (MCC, NAICS, ISIC, NACE, UK SIC, ANZSIC, PFC v2 primary + detailed) and confidence_tier 0-3.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Merchant name to look up | |
| country | No | ISO-3166 alpha-2 country code (e.g., 'PL') |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must fully convey behavior. It states what is returned but omits critical details: match behavior (exact vs fuzzy), case sensitivity, handling of partial names, and what happens when no match is found. This leaves significant ambiguity about how the tool operates.
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 a single, well-structured sentence that front-loads the action, then lists optional inputs and output details. Every word adds value, and there is no redundancy or clutter.
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?
Despite lacking an output schema, the description thoroughly explains the return value: hierarchy, 8 industry-code standards, and confidence tier. It does not cover match behavior, but the richness of the output description makes the tool's purpose and return value clear.
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 good parameter descriptions. The tool description adds no new semantic information beyond the schema—only restates that name is required and country is optional. Given high schema coverage, a baseline score of 3 is appropriate.
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 purpose: 'Look up a merchant by name (+ optional country)' and details the rich output (hierarchy, 8 industry-code standards, confidence tier). This distinguishes it from siblings like list_locations_for_brand or resolve_operator_hierarchy, which serve different lookup paths.
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 provides clear context: use this tool when you have a merchant name and optionally a country to get full hierarchy and codes. It lacks explicit exclusions or mention of alternatives, but the sibling tool names are listed for context, making the intended usage reasonably clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
resolve_operator_hierarchyresolve_operator_hierarchyBInspect
Given any merchant_id (brand/operator/location), walk parent_merchant_id upward to return brand + operator (when present, with operator_type + license_territory) + ultimate_parent.
| Name | Required | Description | Default |
|---|---|---|---|
| merchant_id | Yes | merchants_global.id (UUIDv7) of any tier — brand, operator, or location |
Tool Definition Quality
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 traversal logic ('walk parent_merchant_id upward') and return fields, but lacks details on error handling (e.g., invalid merchant_id, missing parent), performance implications, or authentication needs. This is minimal disclosure for a mutation-like resolution 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 a single sentence of 23 words, efficiently conveying the core action and expected outputs. There is no extraneous information or repetition.
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 complexity (hierarchy resolution) and lack of output schema, the description covers the main behavior and return fields. However, it omits edge cases (e.g., merchant_id with no parent, multiple operators) and error conditions, leaving minor gaps for an agent.
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 a single parameter, and the schema already describes 'merchants_global.id (UUIDv7) of any tier'. The description adds no new semantic information beyond 'any tier', so it meets the baseline but does not enhance understanding.
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 that the tool resolves the operator hierarchy by walking parent_merchant_id upward, returning brand, operator (with type and license territory), and ultimate_parent. It is specific and not a tautology, but it does not explicitly differentiate from sibling tools like lookup_merchant or list_locations_for_brand, which weakens the clarity.
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 provides no guidance on when to use this tool versus alternatives (e.g., lookup_merchant for a single merchant, or list_locations_for_brand for locations). It only states the input type, not the specific contexts or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
resolve_receipt_line_itemsresolve_receipt_line_itemsAInspect
Resolve 1-50 receipt line item descriptions to (merchant_id, product_global_id, confidence) tuples via the global product graph. Reuses the same retrieval stack as POST /v1/receipts:parse.
| Name | Required | Description | Default |
|---|---|---|---|
| line_items | Yes | Receipt line items to resolve (1–50 entries) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the resolution process and reuse of retrieval stack but does not detail idempotency, auth needs, rate limits, or failure behavior beyond the basic function.
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 two concise sentences that front-load the core function and are free of unnecessary detail, making it efficient for an AI agent.
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 no output schema, the description explains the return format of tuples. However, it lacks details on error handling, per-item output structure, or behavior when resolution fails, which would enhance completeness for a tool with array input.
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?
The input schema covers 100% of parameters, and the description adds value by specifying the output format (tuples of merchant_id, product_global_id, confidence) and mentioning reuse of the retrieval stack, which is not in 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 resolves 1-50 receipt line item descriptions to (merchant_id, product_global_id, confidence) tuples via the global product graph, which is specific and distinct from sibling tools like list_locations_for_brand or lookup_merchant.
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 provides no guidance on when to use this tool versus alternatives like lookup_merchant or resolve_operator_hierarchy. It mentions reusing the same retrieval stack as another endpoint but does not explain when to choose this tool over others.
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!