Skip to main content
Glama

Volatility for entity

volatility_for_entity
Read-onlyIdempotent

How volatile ONE product or vendor's price has been: a 0-100 volatility score derived from its recorded moves (frequency × average move size), plus change count, net % and last change. Honest gate: below a minimum recorded-change threshold it returns sufficient:false with a note, never a score invented from a single point.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoLimit to 'hw' (hardware product) or 'sw' (software vendor). Omit to match either; a slug is resolved across both.
slugYesProduct or vendor slug.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark the tool as read-only and idempotent. The description adds behavioral context: the score is derived from frequency × average move size, and it never invents a score from a single point. This is valuable but could mention data recency or source.

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, no filler, front-loaded with the core purpose. Every word adds value.

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 no output schema, the description adequately explains the return: volatility score, change count, net %, last change, and a sufficient flag. It is complete for a straightforward data-retrieval tool.

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% with descriptions for both parameters. The description mentions 'kind' and 'slug' but adds no new semantic information beyond what the schema provides. Baseline of 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 it computes a 0-100 volatility score for one product or vendor, derived from recorded moves. It also lists specific outputs (change count, net %, last change) and distinguishes from sibling tools like 'most_volatile_in_category' by focusing on a single entity.

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 includes a 'honest gate' behavior that explains when the tool returns a non-score result (sufficient:false) due to insufficient data, guiding proper use. However, it does not explicitly compare to all sibling tools or state when to use alternatives.

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.3/5.0
Disambiguation4/5

Tools have distinct purposes, but some overlap exists between 'compare' and 'compare_products' (both do side-by-side comparisons, one for vendors, one for products). However, descriptions clarify the domain difference, and most tools have clear boundaries.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., list_sections, search_vendors, get_benchmark). No mixed conventions or vague verbs.

Tool Count4/5

19 tools is slightly on the higher side but appropriate for a comprehensive pricing index covering 271 themes. Each tool has a clear role, and the count does not feel bloated.

Completeness5/5

The tool surface covers listing, searching, comparing, finding, detailed info retrieval, and price change tracking. No obvious gaps for the domain of pricing and comparison.

Resources