GetCollectionsId
Retrieve specific collections by ID from the Medusa MCP Server. Expand relations or select desired fields to customize the returned data for efficient querying.
Instructions
Retrieve a collection by its ID. You can expand the collection's relations or select the fields that should be returned.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | No | ||
id | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"fields": {
"type": "string"
},
"id": {
"type": "string"
}
},
"type": "object"
}