Skip to main content
Glama

Create Accord Trace proof

accord_trace_notarize

Create a tamper-evident timestamped proof of information, an action, agreement, approval, artifact, API output or workflow state when future independent integrity verification may be useful. Submit either content or its SHA-256 hash. This attests recording by Accord Trace; it does not guarantee truth or legal validity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoExact string or JSON value to hash. Use either data or hash, never both.
hashNoPrecomputed SHA-256 hex digest. Use either hash or data.
metadataNoSmall public metadata object. Never include secrets or unnecessary personal data.

TDQS

A4.2/5.0
Behavior4/5

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

The description adds meaningful behavioral context beyond the sparse annotations: it states the proof is tamper-evident and timestamped, that it attests recording by Accord Trace, and explicitly disclaims guarantees of truth or legal validity. This helps set expectations for a write-like action despite the absence of a readOnlyHint.

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?

Three sentences, all informative, with the core purpose front-loaded and no filler. The example list is slightly long but earns its place by clarifying the range of notarizable items.

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?

The description covers the when, the what, and the input mode, and its caveat about truth/legal validity is valuable. It does not describe the return value or post-conditions, but for a tool with no output schema, the definition is still sufficient for an agent to invoke it correctly.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents data, hash, and metadata. The description reinforces the data-or-hash choice ('Submit either content or its SHA-256 hash') but does not add substantial meaning beyond 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 opens with a concrete verb and resource: 'Create a tamper-evident timestamped proof,' followed by a broad but specific list of supported inputs. It clearly distinguishes the notarization action from sibling tools like get_proof, hash, and verify by its recording/attestation role.

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 phrase 'when future independent integrity verification may be useful' provides clear usage context. It does not explicitly name alternatives or exclusions, but the condition is actionable enough for an agent to decide when this tool applies.

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

Each tool addresses a distinct action: generating a local hash, creating a proof, retrieving proof metadata, and verifying a proof. The descriptions clearly separate preparation, creation, retrieval, and verification, leaving no meaningful overlap.

Naming Consistency5/5

All tool names share the accord_trace_ prefix and use clear verb-style commands: get_proof, hash, notarize, verify. The naming pattern is uniform and predictable.

Tool Count5/5

Four tools is well-scoped for a focused notarization and verification service. Each tool serves a necessary role without redundancy or bloat.

Completeness5/5

The server covers the core lifecycle: prepare a hash, create a proof, retrieve proof metadata, and verify a proof. Since the domain is an immutable proof registry, update and delete operations are not expected, so no meaningful gaps exist.