MCP/Tools/Brands/list_brands
list_brands

List all brand kits

Free

Return every brand kit the authenticated user owns.

How it works

First-stop call for any agent that needs to pick a brand. Returns the full Brand object including colors, fonts, voice, aesthetic, locations, plus the saved logo + favicon as base64.

Inputs

No inputs — call with an empty arguments object.

Returns

{ brands: Brand[], count: number }

Examples

Find the right brand by name fragment

User says 'use the Plug brand'. Agent lists brands, filters by name match, then passes brandId downstream.

{}