Skip to main content
Glama

product-intelligence

Get Price History Tool

get_price_history
Read-onlyIdempotent

Daily lowest observed price for a product over the last year, in one country. Use this to judge whether a current price or a claimed discount is actually good — compare today's price against the recent minimum. Recording started 2026-07-27, so earlier days are empty. Prices are integer minor units.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryYesCountry whose prices to return.
product_idYesThe Ponito product id (from search_products or get_product).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysYesOne entry per day; recording started 2026-07-27, earlier days are absent.
currencyYesISO currency of all prices in the series.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds valuable context beyond annotations, such as the recording start date (2026-07-27) meaning earlier days are empty, and that prices are integer minor units. This helps set expectations without contradicting annotations.

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 three sentences, with the core function first, followed by usage guidance and a data caveat. Every sentence adds value and there is no repetition of schema content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity (2 required params), rich annotations, and presence of an output schema, the description is complete. It covers purpose, usage, and an important data availability detail, making it fully sufficient for an agent to invoke correctly.

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 product_id (from search_products or get_product) and country (enum with valid countries). The description does not add significant parameter-level meaning beyond the schema, so baseline 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 explicitly states it returns the daily lowest observed price for a product over the last year in one country. This clearly differentiates it from sibling tools get_product and search_products, which focus on product details and search, not historical price data.

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?

Provides explicit usage guidance: 'Use this to judge whether a current price or a claimed discount is actually good — compare today's price against the recent minimum.' However, it does not explicitly mention when not to use it or contrast with alternatives, so it's strong but not fully complete.

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
Disambiguation5/5

Each tool targets a distinct concern: search_products for discovery, get_product for exact identifier lookup, and get_price_history for price trend analysis. There is no overlap in purpose, so an agent can confidently select the right tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: get_price_history, get_product, search_products. The verbs (get, search) and nouns (price_history, product, products) are clear and consistent.

Tool Count5/5

With only three tools, the server is tightly scoped yet complete for its purpose. Each tool covers a fundamental product intelligence operation without unnecessary redundancy.

Completeness5/5

The set covers the full value chain: search to find products, get_product to retrieve specific details, and get_price_history to evaluate price competitiveness. No obvious missing operations exist for the stated domain.

Resources