> ## 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_list_brands

> List or search brands allowed by the MCP OAuth grant and resolve the brandId required by brand-scoped tools.

## Parameters

| Name    | Type   | Required | Description                                  |
| ------- | ------ | -------- | -------------------------------------------- |
| `query` | string | No       | Optional case-insensitive brand name search. |

## Request example

```json theme={null}
{
  "name": "ocoya_list_brands",
  "arguments": {
    "query": "main"
  }
}
```

## Returns

Returns authorized brands with IDs, names, images, timezone, color theme, and user count.
