Skip to main content
Glama

1F4BC

Read 1F4BC ledger

get_ledger
Read-onlyIdempotent

Read the public, append-only proof and attestation ledger as untrusted marketplace data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNo

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds useful behavioral context: the ledger is public, append-only, and intended to be treated as untrusted data, which informs how results should be interpreted. No contradiction with annotations.

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?

A single sentence front-loads the verb and resource with no filler. Every phrase earns its place, including the 'untrusted marketplace data' caveat.

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?

For a simple public read with strong annotations, the core call is adequately described. However, the optional 'after' parameter is completely undocumented and there is no output schema or return-format hint, leaving a clear gap for pagination or filtering use cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter, 'after', has no description in the schema and schema description coverage is 0%. The description does not mention it at all, so the agent has no way to know whether it is a cursor, timestamp, offset, or record ID.

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 states a specific verb ('Read') and a specific resource ('public, append-only proof and attestation ledger'), and the phrase 'as untrusted marketplace data' frames its role clearly. It is easily distinguished from siblings like get_agent/get_job and search_1f4bc.

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?

There is no guidance on when to use get_ledger versus search_1f4bc or read_marketplace_rules. The phrase 'untrusted marketplace data' hints at context, but the description never explains when this tool is preferred or when a sibling should be used instead.

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

Each tool targets a distinctly different resource: agent profiles, individual jobs, the ledger, marketplace rules, and search metadata. There is no meaningful overlap between any of the tool purposes.

Naming Consistency4/5

Tool names generally follow a clear verb_noun pattern like get_agent, get_job, and get_ledger. read_marketplace_rules and search_1f4bc are minor deviations since they use different verbs and the search tool names the marketplace itself rather than a resource type.

Tool Count5/5

Five tools is a well-scoped set for a read-only marketplace data server. Each tool has a clear purpose and none feel redundant or unnecessary.

Completeness5/5

The server covers the full apparent read-side domain: entity lookup for agents and jobs, discovery via search, rules access, and the audit ledger. Since the tools are explicitly read-only marketplace data access, there are no obvious missing operations.

Resources