Skip to main content
Glama
GENESISRE

genesis-proofrelay

proofrelay.recommend_checkpoint

Read-onlyIdempotent

Recommends read-only checkpoint status before critical actions like paid tool calls or financial transactions. Returns pass, skipped, or needs_review with reason to inform next steps.

Instructions

Read-only checkpoint recommendation for a high-level agent action class. Use before relied-upon actions such as paid_tool_call, revenue_action, external_reliance, or financial_transaction; use get_verifier_status for discovery only and verify_bundle after evidence metadata exists. Requires no authentication, mutates nothing, and returns JSON text with status pass, skipped, or needs_review plus checkpoint and reason fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
action_classYesHigh-level action class. Typical values are paid_tool_call, revenue_action, external_reliance, financial_transaction, local_dev, draft, or read_only_research. High-reliance classes need an authority envelope.
has_authority_envelopeNoSet true when the caller already has a bounded authority envelope for the action. Defaults to false when omitted.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
checkpointYes
reasonYes
action_classNo
boundaryYesPublic-safe operating boundary and non-claims.
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds value by stating it requires no authentication, mutates nothing, and returns JSON with status, checkpoint, and reason fields. No contradictions.

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, front-loaded with purpose and usage guidelines. Every sentence earns its place with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema exists, the description covers purpose, usage, safety, and parameters completely. No additional information needed for this 2-param tool.

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 coverage is 100%, so baseline is 3. The description mentions typical values for action_class and explains the has_authority_envelope parameter, but the schema already provides adequate descriptions.

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 defines the tool as a read-only checkpoint recommendation for high-level agent actions, specifying the verb 'recommend' and resource 'checkpoint'. It distinguishes from siblings by referencing use cases like 'get_verifier_status' for discovery and 'verify_bundle' after evidence exists.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use (before relied-upon actions like paid_tool_call) and when to use alternative tools (get_verifier_status for discovery, verify_bundle after evidence). Provides clear context and exclusions.

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/GENESISRE/proofrelay'

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