← WebMCP Directory

Tool tree

gbase.com

Commerce
https://www.gbase.com/
Musical instruments and gear marketplace
Explore capabilities

Tools verified

search_gbase_gearAction

Navigate to the public Gbase /gear page with ordinary query parameters.

View tool JSON
{
  "name": "search_gbase_gear",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate to the public Gbase /gear page with ordinary query parameters.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Public search text to place in the normal /gear q parameter."
      },
      "category": {
        "type": "string",
        "description": "Public category text to place in the normal /gear cat parameter."
      },
      "near": {
        "type": "string",
        "description": "Public location text to place in the normal /gear near parameter."
      },
      "sort": {
        "type": "string",
        "description": "Visible sort value to place in the normal /gear sort parameter."
      }
    },
    "additionalProperties": false
  }
}