List product attributes
oskelly_list_attributesFetches product attribute dictionaries with all possible values and their IDs. Filter by name or code to retrieve specific attributes like color, material, or style.
Instructions
List the product attribute dictionary (material, colour, style, ... ) with every possible value and its id. These are the attributes shown on a product card as 'Материал', 'Цвет' etc. Filter by name/code to keep the response small.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max attributes to return. | |
| nameContains | No | Case-insensitive substring on the attribute name or code, e.g. "цвет" or "COLOR". | |
| includeValues | No | Include each attribute's possible values (set false for just the attribute list). |