Skip to main content
Glama
watchdealer-pavel

WatchBase MCP Server

list_brands

Retrieve a comprehensive list of all watch brands available in the database. Use this tool to access brand information for watch research, cataloging, or application development.

Instructions

Retrieve a list of all brands in the database.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler logic for the 'list_brands' tool. Sets the API endpoint path to 'brands' without requiring arguments. The shared API call code (lines 235-246) executes the HTTP GET request to https://api.watchbase.com/v1/brands.
    case 'list_brands': // No specific argument validation needed apiPath = 'brands'; break;
  • src/index.ts:121-125 (registration)
    Registration of the 'list_brands' tool in the tools list, which is returned by ListToolsRequestSchema handler (line 181). Includes input schema defining no required parameters.
    { name: 'list_brands', description: 'Retrieve a list of all brands in the database.', inputSchema: { type: 'object', properties: {} }, // No input required },
  • Input schema for 'list_brands' tool: accepts an empty object (no parameters).
    inputSchema: { type: 'object', properties: {} }, // No input required

Latest Blog Posts

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