WebMCP Registry

apply_listing_sort

verifiedv0.1

Apply a visible sorting option by its full label or one unambiguous partial label.

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

Input Schema

{
  "type": "object",
  "required": [
    "sort"
  ],
  "properties": {
    "sort": {
      "type": "string",
      "maxLength": 72,
      "minLength": 1,
      "description": "Visible sorting option or unique partial label."
    }
  },
  "additionalProperties": false
}

Full Contract

{
  "name": "apply_listing_sort",
  "description": "Apply a visible sorting option by its full label or one unambiguous partial label.",
  "inputSchema": {
    "type": "object",
    "required": [
      "sort"
    ],
    "properties": {
      "sort": {
        "type": "string",
        "maxLength": 72,
        "minLength": 1,
        "description": "Visible sorting option or unique partial label."
      }
    },
    "additionalProperties": false
  }
}

Schema History

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

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