Skip to main content
Glama

Proper Job

Compare size, scope and finish

compare_guide_scenarios
Read-onlyIdempotent

Calculate a baseline and up to three user-supplied scope alternatives on the same pricing policy, including server-calculated price differences. Supply baseline inputs from the conversation; saved estimates cannot be retrieved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
baselineYes
scenariosYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
errorNo
statusYes
requestIdYes
schemaVersionYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

The description adds behavioral context beyond the annotations by stating that price differences are server-calculated and that saved estimates cannot be retrieved, meaning inputs must be supplied from the conversation. This aligns with the readOnlyHint and idempotentHint annotations without contradicting them.

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 two sentences, directly addresses the core function, and contains no redundant or extraneous information. It is well-structured and easy to parse.

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?

While the description does not explain the output format, an output schema is provided, so that omission is acceptable. It adequately conveys the inputs (baseline from conversation, up to three alternatives) and the core functionality. It could be slightly more explicit about the number of scenarios, but the schema already constrains that.

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

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has no descriptions for the many parameters (coverage 0%), and the tool description only mentions 'baseline' and 'scope alternatives' without explaining their structure or any individual fields. Since the schema is highly complex and the description does not compensate, parameter semantics are severely lacking.

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 tool's purpose: calculating a baseline and up to three scope alternatives on the same pricing policy, including server-calculated price differences. It specifies the verb 'Calculate' and the resource (baseline and alternatives), and it distinguishes this from a single-price tool by emphasizing comparison and price differences.

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 when to use the tool (when you have a baseline from the conversation and want to compare alternatives), but it does not explicitly mention sibling tools like calculate_guide_price or get_estimate_requirements, nor does it state conditions when not to use this tool. Guidance is present but not fully explicit.

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.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: calculate a single price, compare scenarios, and gather requirements. There is no meaningful overlap that would cause an agent to select the wrong tool.

Naming Consistency4/5

All names follow a clear verb_noun pattern (calculate_guide_price, compare_guide_scenarios, get_estimate_requirements). Minor inconsistency exists between 'guide_' and 'estimate_' prefixes, but the pattern remains predictable.

Tool Count5/5

With three tools, the set is compact and well-suited to the domain of guide pricing. Each tool serves a necessary step in the user journey without redundancy.

Completeness5/5

The tool set covers requirements gathering, single price calculation, and scenario comparison, which are the core operations for this pricing assistant. No obvious missing functionality is needed for the stated use cases.