Skip to main content
Glama
watchdealer-pavel

WatchBase MCP Server

list_brands

Retrieve a comprehensive list of all watch brands stored in the WatchBase database to streamline brand-specific queries and data access.

Instructions

Retrieve a list of all brands in the database.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • src/index.ts:124-128 (registration)
    Registration of the 'list_brands' tool, including its schema (no input parameters required). This defines the tool for the ListTools endpoint.
    { name: 'list_brands', description: 'Retrieve a list of all brands in the database.', inputSchema: { type: 'object', properties: {} }, // No input required },
  • Handler implementation for 'list_brands' tool within the CallToolRequestSchema handler. Sets the API path to 'brands' and proceeds to make the API call via axiosInstance.get(apiPath). No argument validation required.
    case 'list_brands': // No specific argument validation needed apiPath = 'brands'; break;

Other Tools

Related Tools

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