Skip to main content
Glama

NOMOS Cross-Border Broker

Receipt Record Lookup (Audit Log)

nomos_signed_receipt_verify
Read-onlyIdempotent

Look up a NOMOS operation record by its exact SHA-256 receipt hash in the local handshake audit log. Requires a full 64-hex hash, optionally 'sha256:'-prefixed; matching is exact against the stored receipt_hash/entry_hash fields. This is a record lookup, NOT cryptographic signature verification — the response always reports cryptographically_verified: false.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
receipt_hashYesFull SHA-256 receipt hash from a previous NOMOS operation (64 hex chars, optional 'sha256:' prefix)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageNo
receiptNo
verifiedNo
timestampYes
record_foundYes
verification_methodNo
cryptographically_verifiedYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds behavioral nuance beyond these: exact matching against stored fields, the optional 'sha256:' prefix, and the critical caveat that the response always reports cryptographically_verified: false. This prevents a major misunderstanding, though it doesn't cover all possible edge cases (e.g., not found behavior).

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 tight three sentences: first states the action and target, second provides format and matching details, and third clarifies a likely misconception. No wasted words, all information is pertinent, and it is front-loaded with the key verb and object.

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 single-parameter, read-only lookup tool with robust annotations and an output schema, the description covers all necessary aspects: purpose, input format, matching behavior, and a warning about common confusion. There are no missing behaviors that an agent would need to know for correct invocation.

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 schema covers the single parameter fully (100% coverage) with a description including the 64-hex requirement and optional prefix. The description reinforces the format and clarifies matching semantics ('matching is exact against the stored receipt_hash/entry_hash fields'). It adds a slight enhancement over the schema by linking the parameter to both hash fields, but the core semantics were already well-documented in the schema.

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+resource construction: 'Look up a NOMOS operation record by its exact SHA-256 receipt hash in the local handshake audit log.' It clearly differentiates from cryptographic verification, which is a likely point of confusion, and leaves no ambiguity about its scope (exact-match lookup).

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 states when to use the tool (exact receipt hash lookup) and firmly excludes misuse ('NOT cryptographic signature verification'). While it doesn't name an alternative tool, the negative guidance plus the format requirement ('Requires a full 64-hex hash') gives clear usage context. A minor gap is the absence of a mention of an alternative tool for verification.

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 serves a clear, non-overlapping function: market data lookup, regulatory preflight, MCP tool catalog search, receipt hash lookup, and pricing quote. No two tools could be easily confused, and the descriptions reinforce distinct boundaries.

Naming Consistency4/5

All tools share the 'nomos_' prefix and use lowercase with underscores, creating a recognizable pattern. However, the second part varies between noun phrases (mcp_tool_discovery, signed_receipt_verify) and verb-like words (asia_market_scan, crossborder_preflight), so it isn't a uniform verb_noun convention.

Tool Count5/5

With 5 tools, the set is concise and well-scoped for a cross-border broker's core needs: market intelligence, compliance checks, tool discovery, auditing, and pricing. Each tool earns its place without redundancy or bloat.

Completeness4/5

The domain is covered adequately for a broker: scanning markets, preflighting regulations, discovering MCP tools, verifying receipts, and quoting prices. Minor gaps exist (e.g., no tool to initiate an actual transaction or list all operations), but these are not essential for the server's stated informational and audit purposes.

Resources