← WebMCP Directory

Tool tree

prestashop.justidea.dev

demoCommerce
https://prestashop.justidea.dev/
JustIdea Prestashop DEMO
Explore capabilities
get_store_overviewanswer

Summary of JustIdea Prestashop DEMO: what it sells, its categories, policies and machine-readable endpoints.

View tool JSON
{
  "name": "get_store_overview",
  "kind": "answer",
  "impl": "imperative",
  "description": "Summary of JustIdea Prestashop DEMO: what it sells, its categories, policies and machine-readable endpoints.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "required": []
  },
  "page": "/"
}
get_current_page_as_markdownanswer

The page currently open, reduced to Markdown: for a product that is price, availability, identifiers and specifications.

View tool JSON
{
  "name": "get_current_page_as_markdown",
  "kind": "answer",
  "impl": "imperative",
  "description": "The page currently open, reduced to Markdown: for a product that is price, availability, identifiers and specifications.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "required": []
  },
  "page": "/"
}
get_product_as_markdownanswer

A specific product by id, as Markdown with price and stock.

View tool JSON
{
  "name": "get_product_as_markdown",
  "kind": "answer",
  "impl": "imperative",
  "description": "A specific product by id, as Markdown with price and stock.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "product_id": {
        "type": "integer",
        "description": "PrestaShop product id."
      }
    },
    "required": [
      "product_id"
    ]
  },
  "page": "/"
}