List brands
oskelly_list_brandsList brands from the oskelly catalog with numeric IDs, URL slugs, and transliterated names. Filter by name substring, paginate with offset/limit, and optionally include hidden brands.
Instructions
List brands available on oskelly.ru with their numeric ids (needed for the brandIds search filter), url slugs and transliterated Russian names. The full list is ~7000 brands, so filter with nameContains or page through with limit/offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max brands to return. | |
| offset | No | How many matches to skip. | |
| nameContains | No | Case-insensitive substring match on brand name or transliterated name, e.g. "guc". | |
| includeHidden | No | Include brands flagged isHidden (not surfaced in site navigation). |