Skip to main content
Glama

attest

Wrap any payload in a tamper-evident record: a UUID, a timestamp (NTP-verified when reachable, local clock otherwise -- the record says which), and a sha256 over the canonical record. One call, the record is complete and tamper-evident.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serverNoNTP server for the verified timestamptime.cloudflare.com
payloadYesAny JSON value to attest

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

No annotations are provided, so the description carries full responsibility. It discloses key behaviors: NTP-verified timestamp falls back to local clock when unreachable, the record indicates which was used, and a SHA256 is computed over the canonical record. This is transparent and informative.

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?

The description is concise and front-loaded with the core purpose. It repeats 'tamper-evident' twice, which is slightly redundant, but overall it is efficient and well-structured.

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 simple tool with two parameters, the description covers the essential purpose and behavior. It does not describe the output structure, but that is not required given the simplicity and the absence of an output schema. It is sufficiently complete for an agent to invoke correctly.

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 only provides names and basic descriptions. The tool description adds meaning by explaining 'payload' as 'any JSON value to attest' and 'server' as 'NTP server for the verified timestamp', clarifying their roles beyond the schema's minimal info.

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 clearly states the tool's function: wrapping a payload into a tamper-evident record with UUID, timestamp, and SHA256. It is specific and distinguishes from sibling tools like verify or generate_uuid by focusing on creation of the full record.

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 implies usage (call to create an attestation) but does not explicitly state when to use this tool versus alternatives (e.g., verify). It lacks explicit 'when to use' or 'when not to use' guidance, so it's adequate but not thorough.

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.

Resources