WebMCP Registry

get_visible_products

verifiedv0.1

Return up to eight products currently shown on a BestPrice listing page.

Updated 8/27/2026 · Created 8/26/2026

Input Schema

{
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 8,
      "minimum": 1,
      "description": "Maximum products to return."
    }
  },
  "additionalProperties": false
}

Full Contract

{
  "name": "get_visible_products",
  "description": "Return up to eight products currently shown on a BestPrice listing page.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "limit": {
        "type": "integer",
        "maximum": 8,
        "minimum": 1,
        "description": "Maximum products to return."
      }
    },
    "additionalProperties": false
  }
}

Schema History

8/27/2026, 1:31:26 PM
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 8,
      "minimum": 1,
      "description": "Maximum products to return."
    }
  },
  "additionalProperties": false
}
8/26/2026, 11:49:02 PM
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 8,
      "minimum": 1,
      "description": "Maximum products to return."
    }
  },
  "additionalProperties": false
}

GET /api/tool/www.bestprice.gr/get_visible_products