Skip to main content
Glama

Get deal intelligence (CaddenceScore)

get_deal_intelligence

Deal-quality assessment for one product: CaddenceScore (0-100 rating of the current best DEAL, not the club), price trajectory vs typical/low/high, used market stats, and per-build availability (condition/flex/loft/hand) with the cheapest retailer and a buy_url purchase link per build. Use this to answer "is this a good price right now?".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoAlias for product — pass either
contextYesExplain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization."
productNoProduct slug (preferred, from search results) or numeric product id

TDQS

A4.4/5.0
Behavior4/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 clearly indicates this is a read-only data retrieval operation that returns a numeric score, price stats, and per-build details. It does not explicitly state that no data is mutated, but the nature of 'assessment' and 'stats' strongly implies read-only. It could be more explicit about potential API rate limits or data freshness.

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, well-structured sentence that front-loads the core purpose ('Deal-quality assessment for one product: CaddenceScore') and then enumerates the key outputs. Every clause adds specific information without repetition or filler. It efficiently captures purpose, output details, and usage context in under 50 words.

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?

Given the lack of output schema and lack of annotations, the description covers the tool's return value details (score, price stats, per-build data, buy link) well, which is essential for an agent to understand what results to expect. However, it does not explain how the CaddenceScore is calculated or mention edge cases (e.g., what if no deal exists?). A brief note on the scoring criteria would elevate completeness.

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 100%, so the schema already describes the three parameters. The description adds value by explaining slug and product are aliases and that the tool returns data for one product. However, the description does not elaborate on the parameters beyond what the schema provides; the context parameter is detailed in the schema, but the description adds no extra semantics about slug or product formats.

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 specifies the tool's purpose: providing a deal-quality assessment called CaddenceScore (0-100 rating) for one product. It explicitly lists the output components (price trajectory, used market stats, per-build availability with cheapest retailer and buy URL), distinguishing it from generic search or pricing tools. The 'current best DEAL, not the club' clarification adds precision.

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

Usage Guidelines5/5

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

The description provides a direct usage query example: 'Use this to answer "is this a good price right now?"' This tells the agent exactly when to invoke the tool. Considering sibling tools like get_price_history and get_market_deals, this description implicitly differentiates itself as the tool for aggregated deal scoring rather than raw price lists or market overviews.

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

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: catalog stats for validation, deal intelligence for price quality, market deals for best values, price history for trends, product offers for purchase links, and search for initial product discovery. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent 'get_' prefix except 'search_golf_products', which uses 'search_'—this is appropriate as it's a broader discovery action while the rest retrieve specific data. The pattern is predictable and logically distinct.

Tool Count5/5

6 tools is perfectly scoped for a golf price comparison server: entry search, catalog metadata, deal finder, price quality, history, and offers. Each tool addresses a distinct task without redundancy.

Completeness5/5

The tool surface covers the full search-to-purchase workflow: product discovery (search_golf_products), catalog validation (get_catalog_stats), deal exploration (get_market_deals, get_deal_intelligence), historical context (get_price_history), and purchase links (get_product_offers). No obvious gaps.

Resources