Skip to main content
Glama

Price History Link (Keepa)

price_history_link
Read-onlyIdempotent

Generate a Keepa price history URL for an Amazon.in product by providing its ASIN or product link. View historical price charts in your browser.

Instructions

Build a Keepa.com price-history URL for an amazon.in ASIN. No network call.

Keepa renders historical price charts in the browser using the format keepa.com/#!product/12-, where 12 is the amazon.in domain code. This tool is offline — just a deterministic URL builder.

Args:

  • asin_or_url (string): plain ASIN or amazon.in URL containing /dp/

Returns: JSON { "asin": string, "price_history_url": string }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asin_or_urlYesASIN or amazon.in URL — Keepa link is built for the amazon.in domain
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds valuable context: 'no network call', 'deterministic URL builder', and explains the URL format with domain code 12. No contradictions with 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 concise with two short paragraphs plus structured Args/Returns. Every sentence is necessary and informative. No fluff.

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 simplicity (1 param, no output schema, no nested objects, clear annotations), the description covers all needed aspects: purpose, behavior, input format, and output structure. Nothing missing.

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?

The schema description coverage is 100%, so baseline is 3. The description adds format details (plain ASIN or amazon.in URL containing /dp/<ASIN>) but largely repeats the schema's description. Marginal additional value.

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 'Build a Keepa.com price-history URL for an amazon.in ASIN', which is a specific verb and resource. It distinguishes from sibling tools (get_product, search_amazon_in) by noting it is a URL builder, not a data fetcher.

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 explains it is an offline, deterministic URL builder with no network call, implying use cases where a price history link is needed without making an API call. However, it does not explicitly state when not to use or mention alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/justadityaraj/amazon-in-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server