Skip to main content
Glama

envelope_ratify

Ratify a pending proposal by moving it from proposals[] to active[] after the verifier keyring check passes, then write envelope_ratified to the FRANK ledger.

Instructions

Move a proposal from proposals[] to active[]. Operator-only; requires the current orchestrator session's verifier to pass the keyring check. Writes envelope_ratified to the FRANK ledger. issued_by is stamped as 'root' (invariant preserved from pre-PR5).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
proposal_idYes

Schema Changelog

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

  1. Addedv2.19.0

TDQS

A4.5/5.0
Behavior5/5

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

Annotations only provide generic hints (readOnly=false, destructive=false), so the description carries the behavioral burden. It discloses the mutation, the ledger write (envelope_ratified), the keyring precondition, and the issued_by='root' invariant. This is rich, non-obvious behavioral detail beyond what annotations convey.

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?

Three dense sentences with no filler. The primary action is front-loaded, and each subsequent sentence adds a distinct fact: access restriction, verifier requirement, ledger side effect, and invariant preservation.

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?

Despite lacking an output schema, the description explains the target state, preconditions, side effects, and an invariant. With only one required parameter, this is enough for an agent to select and invoke the tool correctly.

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 0%, so the description must compensate. The phrase 'Move a proposal from proposals[] to active[]' gives useful context that proposal_id identifies a pending proposal, but it never explicitly documents the parameter's source, format, or expected values. For a single self-explanatory proposal_id this is adequate but not thorough.

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 states a specific verb and resource: 'Move a proposal from proposals[] to active[]'. It also names the exact state transition and domain artifacts (FRANK ledger, issued_by stamp), making it clearly distinguishable from sibling envelope tools like envelope_propose or envelope_reject.

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 usage context: it is operator-only, requires a verifier/keyring check, and applies to proposals in proposals[] being moved to active[]. However, it does not explicitly name alternatives or state when not to use this tool, leaving some exclusion logic to inference.

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/willow-memory/willow-mcp'

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