Skip to main content
Glama

Memory Verify Attestation

memory.verify_attestation
Read-onlyIdempotent

Verify a memory attestation envelope against the platform key registry. Returns JSON validity result; also verifiable offline. Compliance: GDPR Art. 5, 32. Cost $0.01 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envelopeYesPortable innovalxx.memory.attestation.v1 envelope to verify.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNoTrue when the tool completed without a validation error.
toolNoTool name that produced this payload.
validNoWhether the Ed25519 signature verified.
reasonNoPresent when valid is false.
paymentNoSettlement receipt after x402 or sandbox payment.
entry_idNoAttested entry UUID.
entity_idNoAttested entity.
attested_atNoUTC timestamp from the envelope.
content_hashNoAttested content hash.
platform_key_idNoKey id from the envelope.
verification_modeNoAlways ed25519 on success.
verification_noteNoOffline verification reminder.
platform_key_is_currentNoTrue when platform_key_id matches the live FACT key.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior conocimiento. The description adds value by specifying the return format (JSON validity result), offline verification capability, compliance (GDPR), and cost. This goes beyond annotations by providing operational and compliance context.

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 (three sentences) and front-loaded with the core action. The compliance and cost details are useful but placed at the end, which is acceptable. No wasted words, but could be slightly more structured with a clear use-case statement.

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?

Given the tool's simplicity (1 parameter, output schema present), the description is adequate. It covers key aspects: what it does, output type, offline capability, compliance, and cost. With the output schema and annotations, the agent has enough to invoke it correctly. It lacks explicit error scenarios or edge cases, but those are not critical for this context.

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 parameter 'envelope' is already described. The description does not add further detail about the envelope structure or required fields beyond what the schema provides万余字. It meets the baseline but does not exceed it.

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 clearly states the tool verifies a memory attestation envelope against the platform key registry. It identifies the specific action (verify), the resource (attestation envelope), and the context (platform key registry). However, it could better distinguish from siblings like verify_agent_attestation, though the 'memory' prefix provides some differentiation.

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 for verifying envelopes and mentions offline verification, but it does not explicitly state when to use this tool versus alternatives like verify_agent_attestation or when not to use it. No prerequisites or specific conditions are provided.

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