Skip to main content
Glama

Beacon - verified-merchant index for AI shopping agents

index_stats

Graph coverage stats: counts of registry entries, merchants, offerings, capabilities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only states it returns counts, implying a read-only operation, but does not mention safety, idempotency, authentication needs, or any side effects. This is insufficient for a tool with no annotations.

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 fluff, appropriate for a simple tool. However, it could be structured to separate the verb from the output list for better clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no parameters, no output schema, and no annotations, the description covers the basic purpose but lacks details on output format, interpretation, or any constraints. It is adequate but not thorough.

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?

There are no parameters, so per guidelines, baseline is 4. The description adds meaning by specifying what the output includes (counts of various entities), which is useful given no output schema.

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 provides graph coverage stats with specific counts (registry entries, merchants, offerings, capabilities). It uses a specific verb 'Graph' indicating an action, and the output is distinct from sibling tools which focus on searching or fetching individual entities.

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 usage guidelines are provided. The description does not specify when to use this tool over siblings or any preconditions. It lacks any context on appropriate scenarios.

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

A3.5/5.0
Disambiguation5/5

Each tool has a distinct purpose: find_best_merchant ranks merchants, get_merchant_view shows details, index_stats provides statistics, search_offerings finds products, and verify_capability checks specific capabilities. No overlap in functionality.

Naming Consistency4/5

Most names follow a verb_noun pattern (find_best_merchant, get_merchant_view, search_offerings, verify_capability), but 'index_stats' is ambiguous (index as noun or verb?) and breaks the pattern slightly. Overall consistent use of lowercase and underscores.

Tool Count5/5

With 5 tools, the server is well-scoped for a merchant index for AI shopping agents. Each tool covers a core need without redundancy or bloat.

Completeness4/5

The tool set covers key operations: finding best merchants, viewing details, searching offerings, stats, and verification. Minor gaps (e.g., listing all merchants or categories) but sufficient for the stated purpose.