> For the complete documentation index, see [llms.txt](https://docs.autopilotbrand.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autopilotbrand.com/autopilot-mcp/tools/get-brand.md).

# Get Brand

Read one brand's Brand Voice Instructions.

`get_brand`

Returns a single brand from your organization — its name, alternative names, number of enrolled ASINs, and its Brand Voice Instructions. It reads the same fields as [Brands](/autopilot-mcp/tools/list-brands.md), for one brand you have already identified.

## When it's used

You rarely ask for this directly. The assistant uses it after [Brands](/autopilot-mcp/tools/list-brands.md) when a conversation focuses on one brand: re-reading its Brand Voice Instructions before reviewing a listing, or checking a specific brand's guidance without listing all the others again.

## What you can ask

> *"Pull up the Brand Voice Instructions for our Acme brand again."*

> *"Does this listing follow the Acme Brand Voice Instructions?"*

## Parameters

| Parameter         | Required | Description                                                                                                    |
| ----------------- | -------- | -------------------------------------------------------------------------------------------------------------- |
| `organization_id` | Yes      | Detected automatically from your login.                                                                        |
| `brand_id`        | Yes      | The brand identifier, as returned by [Brands](/autopilot-mcp/tools/list-brands.md). The assistant supplies it. |

## What you get back

One brand with `id`, `name`, `alternative_names`, `enrolled_asin_count`, and `brand_voice_instructions` — see [Brands](/autopilot-mcp/tools/list-brands.md#what-you-get-back) for what each field means.
