Detsky Mir Category Listing
detmir_categoryList products in any Detsky Mir category using its catalog slug, with pagination and total match count. Retrieve prices and availability by region directly from the JSON endpoint, avoiding scraping.
Instructions
List products in a Detsky Mir category, with the total match count.
This is the reliable way to enumerate the catalog: unlike text search, it is a real JSON endpoint with proper pagination and an upstream total, so it supports "what's available and how much does it cost" without scraping.
Error Format
On validation or transport/parse failure, raises ToolError with a JSON message describing the error code and whether it is retryable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | Category slug from a catalog URL, e.g. 'pups' in /catalog/index/name/pups/. | |
| limit | No | Items per page. | |
| offset | No | Items to skip, for pagination. | |
| region | No | ISO region code for prices and offline stock, e.g. 'RU-MOW' or 'RU-SPE'. Defaults to DETMIR_REGION. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | Validation metadata. | |
| mode | No | How the page was obtained: 'category' or 'search'. | |
| items | No | Products on this page. | |
| query | No | The category alias or search text that produced this page. | |
| offset | No | Offset this page starts at. | |
| region | No | ISO region the prices and stock apply to. | |
| returned | No | Number of items in this page. | |
| category_title | No | Human-readable category name, for category listings. | |
| total_available | No | Total matches upstream reports, when known. |