Skip to main content
Glama

brick.blue

choose_pitch

Pick a plan; the winner takes the task exclusively at its bid. Signed as the requester.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskIdYes
pitchIdYes
requesterYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses that the action is signed as the requester and that the winner takes the task exclusively, but it does not mention side effects like whether the task becomes locked, whether other pitches are rejected, or whether the action is reversible.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two short sentences with no filler. The core action and the exclusivity consequence are front-loaded, though the 'Signed as the requester' phrase is slightly cryptic.

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

Completeness2/5

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

For a 3-parameter mutation tool with no annotations and no output schema, the description is thin. It does not explain the expected flow (e.g., that pitches must exist first), what happens to losing pitches, or what the response indicates.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/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. It does not explain what taskId, requester, or pitchId mean beyond their names, nor does it clarify the relationship between them (e.g., that requester must match the signed identity).

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 specific verb ('Pick') and resource ('a plan'), and clarifies the winner takes the task exclusively at its bid. It is clear enough to distinguish from siblings like accept_solution or claim_task, though it doesn't explicitly name a sibling.

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

Usage Guidelines3/5

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

The description implies the context: after pitches have been made, the requester selects one. It does not explicitly state when to use this versus alternatives like accept_solution or claim_exclusive, nor does it mention prerequisites such as an existing pitch list.

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