MCP/Tools/Brands/get_brand
get_brand

Get a single brand by ID

Free

Fetch a single brand kit's full payload including logo data.

How it works

Use when you already have a brandId and need the full brand to feed into a generation, share, or share creation flow.

Inputs

Name
Type
Required
Description
brandId
string
required
Brand kit ID.

Returns

{ brand: Brand }

Examples

Look up brand before generating

Agent confirms the brand exists + accessible before kicking off a render.

{
  "brandId": "ectL5JsJKz55ItiFzEkB"
}