Skip to main content
Glama

record_attestation

Record human-reviewed claims as attested evidence for acceptance criteria, capturing result, summary, and optional details to build a traceable evidence trail.

Instructions

Record a human-reviewed claim, explicitly labelled as attested rather than observed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesPolicy evidence kind.
resultYesAttested or observed outcome; unknown never satisfies a criterion.
detailsNoOptional structured context; secret-like values are redacted before storage.
summaryYesConcise evidence observation.
task_idYesIdentifier returned by create_task.
criterion_idsYesActive criteria this evidence verifies.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

Annotations already establish this is a mutating (readOnlyHint=false) but non-destructive operation. The description adds useful semantic context beyond annotations — that records are categorized as attested and human-reviewed — but does not disclose side effects, immutability of records, or downstream consequences on criteria satisfaction. No contradiction with annotations.

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?

A single 12-word sentence with the verb and resource front-loaded, and every clause earns its place — 'human-reviewed' clarifies the evidence source and 'attested rather than observed' performs critical sibling differentiation. Zero filler or repetition of schema content.

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 6-parameter write operation, the context signals are strong: all parameters are documented in the schema, an output schema exists, and annotations convey the safety profile. The description supplies the key semantic positioning. The only notable gap is that explicit routing between attestation and observational evidence tools is implied rather than stated.

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 baseline of 3 applies. The description's attested/observed distinction is already reflected in the schema's result parameter description ('Attested or observed outcome; unknown never satisfies a criterion'), so it adds no parameter-level 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 uses a specific verb+resource pair ('Record a human-reviewed claim') and immediately differentiates this tool from observational evidence recording with 'explicitly labelled as attested rather than observed.' This cleanly distinguishes it from the sibling record_file_evidence, which presumably handles observed/file-based evidence.

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 gives clear context: use this tool when a claim has undergone human review and should be categorized as an attestation. The 'rather than observed' contrast implies the alternative category of evidence, but it stops short of explicitly naming the sibling tool (record_file_evidence) or stating when-not-to-use conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/efficjump/doneproof-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server