WebMCP Registry

apply_listing_filter

verifiedv0.1

Apply a visible filter value by its full label or one unambiguous partial label.

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

Input Schema

{
  "type": "object",
  "required": [
    "filter",
    "value"
  ],
  "properties": {
    "value": {
      "type": "string",
      "maxLength": 72,
      "minLength": 1,
      "description": "Visible filter value or unique partial label."
    },
    "filter": {
      "type": "string",
      "maxLength": 64,
      "minLength": 1,
      "description": "Visible filter name or key."
    }
  },
  "additionalProperties": false
}

Full Contract

{
  "name": "apply_listing_filter",
  "description": "Apply a visible filter value by its full label or one unambiguous partial label.",
  "inputSchema": {
    "type": "object",
    "required": [
      "filter",
      "value"
    ],
    "properties": {
      "value": {
        "type": "string",
        "maxLength": 72,
        "minLength": 1,
        "description": "Visible filter value or unique partial label."
      },
      "filter": {
        "type": "string",
        "maxLength": 64,
        "minLength": 1,
        "description": "Visible filter name or key."
      }
    },
    "additionalProperties": false
  }
}

Schema History

8/27/2026, 1:31:27 PM
{
  "type": "object",
  "required": [
    "filter",
    "value"
  ],
  "properties": {
    "value": {
      "type": "string",
      "maxLength": 72,
      "minLength": 1,
      "description": "Visible filter value or unique partial label."
    },
    "filter": {
      "type": "string",
      "maxLength": 64,
      "minLength": 1,
      "description": "Visible filter name or key."
    }
  },
  "additionalProperties": false
}
8/26/2026, 11:49:02 PM
{
  "type": "object",
  "required": [
    "filter",
    "value"
  ],
  "properties": {
    "value": {
      "type": "string",
      "maxLength": 72,
      "minLength": 1,
      "description": "Exact visible filter value."
    },
    "filter": {
      "type": "string",
      "maxLength": 64,
      "minLength": 1,
      "description": "Visible filter name or key."
    }
  },
  "additionalProperties": false
}

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