← All WebMCP sites

prestashop.justidea.dev

demo
Commercehttps://prestashop.justidea.dev/listed as of 2026-08-15
JustIdea Prestashop DEMO
Run a live auditWe load the site in a real browser and score the tools it gives an agent.

Tools

get_store_overviewanswerimperative
Summary of JustIdea Prestashop DEMO: what it sells, its categories, policies and machine-readable endpoints.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
get_current_page_as_markdownanswerimperative
The page currently open, reduced to Markdown: for a product that is price, availability, identifiers and specifications.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
get_product_as_markdownanswerimperative
A specific product by id, as Markdown with price and stock.
Input schema
{
  "type": "object",
  "properties": {
    "product_id": {
      "type": "integer",
      "description": "PrestaShop product id."
    }
  },
  "required": [
    "product_id"
  ]
}
Listings are sourced from public community registries and shown as reported.