Skip to main content
Glama

Order a fix

order_fix

Ask Vibeking to carry out the fix for a task, at the catalogue price. You only pay once the fix is proven. Owners and admins of the organization only, and the organization needs an active subscription.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoOptional note for the Vibeking team.
task_idYesThe task id, as returned by list_tasks.

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 provide no hints (all false), so the description carries the burden. It adds meaningful behavioral context: payment occurs only after the fix is proven, and it imposes role and subscription requirements. It does not repeat annotation info. It doesn't disclose side effects like whether the task status changes, but that's a minor gap for a purchase action.

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 plus a constraint clause. It front-loads the core action and immediately follows with the payment and access conditions. No fluff 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 simple 2-parameter action with full schema coverage and no output schema, the description covers the core purpose, payment model, and access prerequisites. It omits return-value details, but that is not critical for a purchase command. Overall, it is adequately complete for an agent to call it 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 coverage is 100% and both parameters (task_id, note) have descriptions. The tool description adds no additional parameter semantics beyond what the schema already provides. Per the rubric, baseline 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 verb ('Ask Vibeking to carry out') and the resource ('the fix for a task'), and distinguishes it from siblings like get_fix_catalog (which likely only lists fixes) and update_task_status (which updates status without ordering a fix). The purpose is unambiguous.

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 provides prerequisites (owners/admins only, active subscription) but does not explicitly state when to use this tool versus alternatives. It implies the tool is for ordering a fix, but it doesn't mention when to use get_fix_catalog to browse fixes first or when to use update_task_status instead. Usage context is present but not fully developed.

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