Skip to main content
Glama

Score Deal

score_deal

Grade a car deal: compare asking price to expected market value. ZIP is optional. Same inputs/outputs as POST /api/score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vinNo
zipNo
makeNo
trimNo
yearNo
modelNo
mileageYes
asking_priceYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / required
      Previous value: -[
      -  "asking_price",
      -  "mileage",
      -  "zip"
      -]New value: +[
      +  "asking_price",
      +  "mileage"
      +]
  2. First observed

TDQS

C2.7/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 behavioral burden but does not say what the output looks like (a letter, a numeric score, a range?), whether it is deterministic, or what errors can occur. 'Same inputs/outputs as POST /api/score' references an external REST endpoint the agent cannot inspect, which adds no usable behavioral detail.

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?

Three short sentences with the core purpose front-loaded and no filler prose. The final API-endpoint sentence is of questionable value to an MCP agent, but the text is otherwise tight and well-ordered.

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 an 8-parameter tool with no annotations, no output schema, and 0% schema coverage, the description leaves too much unsaid: the meaning of a 'grade', how the market-value comparison is expressed, and the semantics of the six undocumented inputs. It is adequate only at the highest level of the operation.

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% across 8 parameters, so the description must compensate and mostly does not: required 'mileage' is never mentioned, and vin/make/model/trim/year are left entirely undocumented. The one statement given ('ZIP is optional') merely restates that zip is absent from the required list, adding no new meaning.

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?

States a specific verb+resource ('Grade a car deal') and immediately explains the operation: 'compare asking price to expected market value.' This is far clearer than the bare name, though it never distinguishes itself from the sibling 'explain_grade', leaving the boundary between scoring and explaining implicit.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to call this versus 'explain_grade' or what a valid call requires. 'ZIP is optional' is the only usage-style hint, and it is a parameter note rather than a routing instruction. An agent must guess the scenario boundary between the two grade-related siblings.

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