Skip to main content
Glama

Medusa MCP Server

by SGFGOV

GetProducts

Retrieve and filter product lists by fields like id, title, or handle. Sort, paginate, and query products for precise results 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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SGFGOV/medusa-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server