> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ocoya.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ocoya_get_brand

> Fetch details for one brand that the MCP OAuth grant is allowed to access.

## Parameters

| Name      | Type   | Required | Description                        |
| --------- | ------ | -------- | ---------------------------------- |
| `brandId` | string | Yes      | Brand ID from `ocoya_list_brands`. |

## Request example

```json theme={null}
{
  "name": "ocoya_get_brand",
  "arguments": {
    "brandId": "cmayvq3hk00017apshay5qezu"
  }
}
```

## Returns

Returns brand details such as name, image, timezone, week start, color theme, and brand options.
