GetCollections
Retrieve, filter, and sort collections using fields like handle, title, or custom queries. Paginate results for efficient data access within the Medusa MCP Server environment.
Instructions
Retrieve a list of collections. The collections can be filtered by fields such as handle
. The collections can also be sorted or paginated.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
$and | No | ||
$or | No | ||
created_at | No | ||
fields | No | ||
handle | No | ||
limit | No | ||
offset | No | ||
order | No | ||
q | No | ||
title | No | ||
updated_at | No |