Medusa MCP Server

by SGFGOV
Verified

GetProducts

Retrieve and filter product lists by fields like ID, category, or tags. Sort or paginate results for efficient product management using Medusa MCP Server.

Instructions

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
cart_idNo
category_idNo
collection_idNo
country_codeNo
created_atNo
fieldsNo
handleNo
idNo
is_giftcardNo
limitNo
offsetNo
orderNo
provinceNo
qNo
region_idNo
sales_channel_idNo
tag_idNo
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" }, "cart_id": { "type": "string" }, "category_id": { "type": "string" }, "collection_id": { "type": "string" }, "country_code": { "type": "string" }, "created_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" }, "province": { "type": "string" }, "q": { "type": "string" }, "region_id": { "type": "string" }, "sales_channel_id": { "type": "string" }, "tag_id": { "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