Skip to main content
Glama

record_quote_review_outcome

Record actual operator-confirmed usefulness and household delivery status for your completed quote review. Requires your Builder key. Free; never infer feedback from a successful tool call. [free]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
findingIdYesA returned q1–q6 check id, or null when not useful.
usefulnessYes
reviewToolCallIdYestoolCallId of the completed review owned by this key.
operatorConfirmedYesTrue only after the operator actually assessed this result.
deliveredToHouseholdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It states the Builder key requirement, notes the call is free, and adds a crucial semantic warning that call success does not imply operator confirmation. It does not address reversibility or return behavior, but the explicit warning is valuable.

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?

The description is compact and front-loaded, placing the core purpose first and key constraints immediately after. The only notable redundancy is the duplicate 'free' mention in 'Free;' and '[free]', which keeps it from a perfect score.

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 6-parameter mutation tool with no annotations and no output schema, the description covers purpose, timing, authentication, and the key anti-inference rule, while the schema documents several parameters. Missing guidance on the action enum and return behavior is a minor gap because the enum values are largely self-explanatory.

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%, and the description adds some meaning by tying 'operator-confirmed usefulness' to the usefulness and operatorConfirmed fields, and 'household delivery status' to deliveredToHousehold. However, it does not explain the action enum or add detail beyond the schema's own descriptions for findingId and reviewToolCallId, so compensation is partial.

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 names a specific action — 'Record actual operator-confirmed usefulness and household delivery status' — and targets a defined resource, 'your completed quote review.' It clearly conveys the tool's data-capture purpose, but it does not explicitly distinguish it from sibling tools like review_installer_quote.

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 description sets clear usage context: use it for a completed quote review, only after an operator actually confirmed the result, and 'never infer feedback from a successful tool call.' It provides a strong contextual signal but does not explicitly name alternatives or exclusion conditions.

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.