Skip to main content
Glama

execute_verification

Destructive

Verifies implementation by consuming the one-time approval token, running the candidate verifier, and appending observed command evidence to the traceable evidence matrix.

Instructions

Consume one token, run the candidate verifier, and append observed command evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plan_idYesIdentifier returned by prepare_verification.
task_idYesIdentifier returned by create_task.
approval_tokenYesOne-time approval token from prepare_verification.
allow_workspace_writeNoExplicit workspace-write approval.

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

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false and destructiveHint=true, which lowers the burden. The description adds useful concrete side effects: it consumes a one-time token and appends command evidence. However, it does not explain the nature or extent of destructive behavior beyond token consumption, such as whether prior verification evidence is replaced or modified.

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?

The description is a single concise sentence with three clear ordered actions: consume token, run verifier, append evidence. It contains no filler and front-loads the key behavior, making it easy for an agent to parse quickly.

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

Completeness3/5

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

With a 100%-covered schema, an output schema, and annotations indicating a destructive mutation, the description is mostly sufficient for invoking the tool. However, it lacks explicit workflow context around when to call this after prepare_verification and does not fully spell out the destructive side effects, so the agent must infer some context from parameter descriptions and annotations.

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 is 3. The description does not add parameter-level meaning beyond what the schema already states; it reinforces the token-consumption and evidence-appending flow but provides no additional constraints, formats, or relationships.

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 states a clear action chain: consume an approval token, run the candidate verifier, and append observed command evidence. It identifies the tool's resource and behavior well. It is not a full 5 because 'candidate verifier' is somewhat vague and it does not explicitly differentiate itself from sibling tools like assess_completion or record_attestation.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus alternatives, and no mention of required prerequisites like first calling prepare_verification or create_task. The workflow is only implied through schema parameter descriptions ('Identifier returned by prepare_verification'). No exclusions or alternative routing are provided.

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