Skip to main content
Glama

gibwork_verify_escrow

Verify the Solana token mint and escrow parameters of a Gibwork bounty before starting work to confirm it is legitimate and funded.

Instructions

Verify the on-chain Solana token mint and escrow parameters for a Gibwork bounty before starting work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskIdYesThe Gibwork task ID to verify.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does not state whether the operation is read-only, has side effects, requires special permissions, or what the output/result format is. The description only hints at a verification action without detailing consequences.

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, clear sentence that front-loads the verb and object. There is no redundant text or unnecessary detail.

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?

The tool is simple with one parameter and no output schema, but the description does not explain what the verification returns or how the result is communicated. It also doesn't mention any prerequisite (e.g., obtaining a task ID from list_bounties). These gaps reduce completeness for an agent.

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?

The input schema describes the sole parameter 'taskId' as 'The Gibwork task ID to verify.' with 100% coverage. The tool description adds no additional meaning beyond this, so the baseline of 3 is appropriate.

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 tool verifies on-chain Solana token mint and escrow parameters for a Gibwork bounty. This distinguishes it from siblings like listing bounties, getting details, or scaffolding workspace. The verb 'verify' is specific and the resource is well-defined.

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 phrase 'before starting work' provides a clear temporal context for when to use this tool. However, it does not explicitly mention alternatives or when not to use it, so it falls short of a 5 but is clearly guided.

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