{"name":"AgentReady for JustIdea Prestashop DEMO","version":"1.0.2","description":"Read-only catalogue, stock, shipping and policy access for JustIdea Prestashop DEMO.","protocolVersion":"2025-06-18","serverUrl":"https://prestashop.justidea.dev/agent/mcp","endpoint":"https://prestashop.justidea.dev/agent/mcp","url":"https://prestashop.justidea.dev/agent/mcp","transport":"http","capabilities":{"tools":{"listChanged":false}},"tools":[{"name":"search_products","description":"Search the store catalogue by keyword, category, stock status or price order. Returns name, price, availability and product URL. Read-only.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Keyword matched against product name, reference and EAN."},"category_id":{"type":"integer","description":"Restrict results to this category id (see list_categories)."},"in_stock_only":{"type":"boolean","description":"When true, only products with stock on hand are returned."},"sort":{"type":"string","enum":["name","price_asc","price_desc","newest"],"description":"Result ordering. Defaults to name."},"limit":{"type":"integer","description":"Maximum results, 1-100. Defaults to 20."},"offset":{"type":"integer","description":"Number of results to skip, for paging."}},"required":[]},"annotations":{"title":"search_products","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_product","description":"Full detail for one product: description, specifications, categories, price, stock, brand and identifiers. Read-only.","inputSchema":{"type":"object","properties":{"product_id":{"type":"integer","description":"Product id as returned by search_products."}},"required":["product_id"]},"annotations":{"title":"get_product","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"list_categories","description":"The store category tree with live product counts per category. Use the returned ids to narrow search_products. Read-only.","inputSchema":{"type":"object","properties":{"max_depth":{"type":"integer","description":"How deep to walk the tree. Defaults to 3."},"only_stocked":{"type":"boolean","description":"Omit categories with no active products."}},"required":[]},"annotations":{"title":"list_categories","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"check_availability","description":"Current stock and price for up to 50 products at once. Use this to re-verify before quoting a customer. Read-only.","inputSchema":{"type":"object","properties":{"product_ids":{"type":"array","items":{"type":"integer"},"description":"Product ids to check, at most 50."}},"required":["product_ids"]},"annotations":{"title":"check_availability","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_shipping_options","description":"Carriers, price ranges and delivery estimates for a destination country, plus the free-shipping threshold if one is configured. Returns ranges, not a binding quote. Read-only.","inputSchema":{"type":"object","properties":{"country_code":{"type":"string","description":"ISO 3166-1 alpha-2 country code, e.g. PL or DE. Defaults to the store's own country."}},"required":[]},"annotations":{"title":"get_shipping_options","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_policies","description":"Store policy pages — returns, shipping, payment, terms, privacy, contact. Pass a topic for the full text of matching pages. Read-only.","inputSchema":{"type":"object","properties":{"topic":{"type":"string","enum":["returns","shipping","payment","terms","privacy","contact"],"description":"Return the full text for this topic. Omit to get the index of every policy page."}},"required":[]},"annotations":{"title":"get_policies","readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}}],"authentication":{"type":"bearer","resourceMetadata":"https://prestashop.justidea.dev/.well-known/oauth-protected-resource"},"documentation":"https://prestashop.justidea.dev/llms.txt"}