Skip to main content
Glama

Lodestar Stamp

list_index

List domains covered by the current Lodestar Stamp draft.

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

A4/5.0
Behavior3/5

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

With no annotations, the description carries full behavioral disclosure burden. 'List' signals a read-only query and 'current Lodestar Stamp draft' scopes the data, but the description does not say what the returned domains look like, what happens if no draft exists, or whether any other side effects occur.

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 sentence with no filler, front-loading the action and object. Every word adds meaning, and nothing repeats annotations or schema information.

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 zero-parameter, low-complexity tool, the description gives enough to understand the essential purpose and scope. There is no output schema, so the exact return shape is inferred rather than documented, but the gap is minor for a simple list operation.

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 input schema is empty and there are zero parameters, so the baseline is 4. The description does not need to add parameter-level meaning because no parameters exist.

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 ('List') and a precise resource ('domains covered by the current Lodestar Stamp draft'), making the tool's purpose immediately clear. It is distinct from siblings like find_business, get_receipt, and list_markets even without naming them.

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 phrase 'covered by the current Lodestar Stamp draft' implies when this tool is relevant, but there is no explicit guidance about when to use it versus a sibling alternative. No exclusions or routing hints are provided, so usage is only implied rather than stated.

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.4/5.0
Disambiguation5/5

Each tool maps to a distinct action: finding a business by fuzzy criteria, pulling a specific receipt by exact identifier, and listing index or market metadata. There is no realistic overlap that would cause an agent to select the wrong tool.

Naming Consistency5/5

All four tool names follow a consistent lowercase verb_noun pattern: find_business, get_receipt, list_index, list_markets. The verbs are semantically appropriate and the pattern is uniform.

Tool Count5/5

Four tools is well-scoped for a narrow read-only lookup service covering discovery, receipt retrieval, and coverage metadata. Each tool has a clear role and none feel redundant or missing at this level.

Completeness5/5

The tool surface covers the main workflows: finding businesses, retrieving receipts, and understanding market/index coverage. Since this is a read-only verification service, write operations are not an obvious gap and there are no dead ends.

Resources