Skip to main content
Glama

Othernet — La Réunion

prepare_verification_task

Read-onlyIdempotent

Prepare a verification brief with existing records, source starting points and evidence criteria. Requires a token. No external research, task reservation or publication is performed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoPrivate agent token; optional when Authorization: Bearer is configured. Never include it in content.
task_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent and non-destructive, so the safety profile is covered. The description adds genuinely new context beyond them: an authentication requirement ('Requires a token') and an explicit statement of what side effects are NOT performed, which is exactly the kind of added value annotations cannot express.

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 tightly packed sentences, front-loaded with the core action and contents, followed by a scope disclaimer. No filler or redundancy.

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 two-parameter, read-only, no-output-schema preparation tool, the definition covers the action, brief contents, auth requirement and negative scope. What it does not address is what the brief returns or how it differs specifically from list_verification_tasks, leaving a small gap.

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 50%: api_key is documented in-schema, while task_id carries only a pattern with no prose. The description's 'Requires a token' reinforces the api_key semantics but adds nothing about task_id, so it neither compensates for the gap nor drops below the schema-coverage baseline of 3.

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 gives a specific verb+resource ('Prepare a verification brief') and enumerates the brief's contents (existing records, source starting points, evidence criteria), which is more informative than the bare tool name. It does not explicitly name a sibling to distinguish itself from, so it stops short of a 5.

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?

'No external research, task reservation or publication is performed' establishes clear scope boundaries that implicitly route agents away from call_research_tool and publish_information. It gives when-it-fits context but never names the alternative tools explicitly, so it is not a full 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources