Skip to main content
Glama

Attest an action

attest_action

Issue a tamper-evident receipt immediately after an agent performs an action, ensuring the action can be verified offline later.

Instructions

Create a signed, tamper-evident receipt that THIS agent performed an action (e.g. sent an email, filed a form, made a payment). Call it right after you perform the action. Returns a SignedReceipt you can store or share; anyone can later verify it offline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesAction verb in reverse-dot form, e.g. 'email.send', 'payment.send'.
paramsNoThe action's inputs. Stored only as a hash (privacy-preserving).
resultNoThe observed result/response. Stored only as a hash.
targetNoSystem/resource acted upon, e.g. 'acme-crm'.
outcomeNoOutcome of the action. Defaults to 'ok'.
summaryNoHuman-readable one-line description of what was done.
delegation_byNodid:key or id of the principal who authorized this action, if any.
delegation_refNoPointer to the grant (OAuth grant, AP2 mandate URL/URN).
delegation_scopeNoAuthority granted, e.g. 'email.send'.
Behavior4/5

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

With no annotations provided, the description fully bears the transparency burden. It discloses the tamper-evident nature, the return of a SignedReceipt, and offline verifiability. However, it does not mention required permissions, side effects, or state changes.

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?

Two sentences deliver all essential information without redundancy. Every word contributes to understanding the tool's function, usage timing, and output.

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 tool with 9 parameters, no output schema, and no annotations, the description covers the core purpose, when to use, and what is returned. It could elaborate on the role of optional parameters, but the schema already handles that.

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 description coverage is 100%, so baseline is 3. The description adds value by noting that 'params' and 'result' are stored only as hashes for privacy, and provides examples like 'email.send'. This goes 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 clearly states the verb 'Create' and the resource 'signed receipt', with concrete examples of actions. It distinguishes itself from siblings 'get_identity' and 'verify_receipt' by describing a unique action recording purpose.

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 explicitly instructs 'Call it right after you perform the action', providing scenario examples. While it does not name exclusions or alternatives, the context for use is clear and actionable.

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

Install Server

Other Tools

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/Burakfenerci5/actionproof'

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