Skip to main content
Glama

KHOTEM — Cryptographic Witness

khotem_seal

PAID $0.05. Witnessed cryptographic seal: sha256 + timestamp + ledger record. Provide content (hashed and forgotten) or hash. Pay first, then pass payment_tx.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hashNo
contentNo
payment_txNo0x txHash of USDC transfer to payTo on Base

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It discloses that the tool is paid ($0.05), that content is 'hashed and forgotten' (privacy-preserving), that a timestamped ledger record is produced, and that payment_tx must be passed after paying. It does not cover failure modes or confirmation behavior, but it provides substantial transparency.

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?

Three short, purposeful sentences with no filler. The description front-loads the critical paid nature, states the core function, then gives the precise input/payment instruction. Minor structural inefficiency: 'PAID $0.05' could be a note after the function, but it is still compact.

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?

The description is solid for a paid tool with no annotations and no output schema: it covers payment, input alternatives, and the ledger effect. However, it does not explain what the caller receives in response, how to obtain or validate the payTo address, or what happens on invalid/insufficient payment. These are meaningful gaps for agent 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?

Schema coverage is only 33%, yet the description compensates by explaining that content and hash are alternative inputs and that content is discarded after hashing. It also clarifies the payment_tx requirement, while the schema already describes payment_tx as a Base USDC transfer txHash. It does not define hash format or content constraints, but the core param relationships are clear.

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 states a specific action and outcome: 'Witnessed cryptographic seal: sha256 + timestamp + ledger record.' This clearly identifies the tool as a sealing/witnessing operation and differentiates it from simple pings or queries, though it does not explicitly contrast with siblings like khotem_attest or khotem_receipt.

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 description gives operational guidance: 'Provide content (hashed and forgotten) or hash. Pay first, then pass payment_tx.' This explains how to invoke the tool and the required payment flow, but it does not state when to choose this tool over its siblings or when not to use it.

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.8/5.0
Disambiguation4/5

Each tool has a generally clear role: attest, seal, receipt, verify, status, ping, catalog, and guide are distinguishable. The main ambiguity is between attest and seal, since both anchor hashes to ledger records, though attest is exact-match lookup while seal creates a new witnessed stamp.

Naming Consistency4/5

All tools use the khotem_ prefix and snake_case, which is predictable and readable. However, there is a mix of verb-style names (attest, ping, seal) and noun-style names (catalog, receipt, status), plus the nested receipt_verify pattern, so it is not perfectly uniform.

Tool Count5/5

Eight tools is a well-scoped set for a cryptographic witness service: paid operations, free verification, status, and onboarding support are all represented without unnecessary bloat.

Completeness4/5

The surface covers the core lifecycle: creating proofs (attest, seal), receiving receipts, verifying receipts, checking status, and learning how to pay. A direct seal/attest verification tool is missing, but receipt_verify and the attest exact-match behavior cover most practical needs.

Resources