Detsky Mir Category Listing
detmir_categoryList products in a Detsky Mir category with pagination and total match count, providing a reliable JSON endpoint to enumerate the catalog and check availability and pricing without 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.
Return Format
DetmirListResponse: {query, mode, total_available, category_title, returned, offset, items, region, meta}. Items carry the same product shape as detmir_card. An empty page is NOT an error — it is reported via meta.warnings.
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 | ||
| mode | No | ||
| items | No | ||
| query | No | ||
| offset | No | ||
| region | No | ||
| returned | No | ||
| category_title | No | ||
| total_available | No |