WatchBase MCP Server

list_watches

Retrieve a filtered list of watches by Brand and/or Family, optionally limited by update date, using structured queries from WatchBase's comprehensive watch database.

Instructions

Retrieve a list of watches for a particular Brand and/or Family, optionally filtered by update date.

Input Schema

NameRequiredDescriptionDefault
brand_idYesBrandID of the brand
family_idNoOptional: FamilyID of the family
updated_sinceNoOptional: Limit results to watches updated after this date (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "brand_id": { "description": "BrandID of the brand", "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "family_id": { "description": "Optional: FamilyID of the family", "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "updated_since": { "description": "Optional: Limit results to watches updated after this date (YYYY-MM-DD)", "format": "date", "type": "string" } }, "required": [ "brand_id" ], "type": "object" }

You must be authenticated.

Other Tools from WatchBase MCP Server

Related Tools

    ID: h5orwx5wbp