list_inventory_variants
List inventory variants/SKUs sorted by name, filtered by product, category, or search query.
Instructions
List inventory variants/SKUs sorted by name. Optionally scope to product by ID/exact name; category can disambiguate product names. query filters variant names and SKUs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | a string that will be trimmed | |
| product | No | a string that will be trimmed | |
| category | No | a string that will be trimmed | |
| limit | No | Maximum number of variants to return (default: 50). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |