BigGo MCP Server

Official

price_history_with_url

Product Price History With URL

Input Schema

NameRequiredDescriptionDefault
daysYesHistory range
urlYesProduct URL

Input Schema (JSON Schema)

{ "properties": { "days": { "anyOf": [ { "enum": [ "90", "80", "365", "730" ], "type": "string" }, {} ], "description": "History range", "title": "Days" }, "url": { "description": "Product URL", "title": "Url", "type": "string" } }, "required": [ "days", "url" ], "title": "price_history_with_urlArguments", "type": "object" }