Medusa MCP Server

by SGFGOV
Verified

AdminGetProducts

Retrieve and manage product lists on the Medusa MCP Server. Filter by ID, sort, or paginate for efficient store administration.

Instructions

This tool helps store administors. Retrieve a list of products. The products can be filtered by fields such as id. The products can also be sorted or paginated.

Input Schema

NameRequiredDescriptionDefault
$andNo
$orNo
category_idNo
collection_idNo
created_atNo
deleted_atNo
fieldsNo
handleNo
idNo
is_giftcardNo
limitNo
offsetNo
orderNo
price_list_idNo
qNo
sales_channel_idNo
statusNo
tagsNo
titleNo
type_idNo
updated_atNo
variantsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "$and": { "items": { "type": "string" }, "type": "array" }, "$or": { "items": { "type": "string" }, "type": "array" }, "category_id": { "type": "string" }, "collection_id": { "type": "string" }, "created_at": { "additionalProperties": false, "properties": {}, "type": "object" }, "deleted_at": { "additionalProperties": false, "properties": {}, "type": "object" }, "fields": { "type": "string" }, "handle": { "type": "string" }, "id": { "type": "string" }, "is_giftcard": { "type": "boolean" }, "limit": { "type": "number" }, "offset": { "type": "number" }, "order": { "type": "string" }, "price_list_id": { "type": "string" }, "q": { "type": "string" }, "sales_channel_id": { "type": "string" }, "status": { "type": "string" }, "tags": { "type": "string" }, "title": { "type": "string" }, "type_id": { "type": "string" }, "updated_at": { "additionalProperties": false, "properties": {}, "type": "object" }, "variants": { "additionalProperties": false, "properties": {}, "type": "object" } }, "type": "object" }

You must be authenticated.

Other Tools from Medusa MCP Server

Related Tools

ID: mm0iug6eap