Skip to main content
Glama

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" }
Install Server

Other Tools from WatchBase MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/watchdealer-pavel/watchbase-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server