Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| WATCHBASE_API_KEY | Yes | Your WatchBase API key required to access the WatchBase Data Feed API | 
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description | 
|---|---|
| No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description | 
|---|---|
| No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description | 
|---|---|
| search | Search the database by brand name, family name, watch name and reference number (whole words). | 
| search_refnr | Search the database by reference number (allows partial matches). | 
| list_brands | Retrieve a list of all brands in the database. | 
| list_families | Retrieve a list of all families for a given brand. | 
| list_watches | Retrieve a list of watches for a particular Brand and/or Family, optionally filtered by update date. | 
| get_watch_details | Retrieve the full details for a particular watch by its ID. |