Skip to main content
Glama

Shopify MCP Server

update-collection

Modify Shopify collection details including title, description, and SEO metadata using the GraphQL API. Essential for maintaining up-to-date and optimized storefront content.

Input Schema

NameRequiredDescriptionDefault
collectionIdYesThe GID of the collection to update (e.g., "gid://shopify/Collection/1234567890")
descriptionNo
descriptionHtmlNo
seoNo
titleNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collectionId": { "description": "The GID of the collection to update (e.g., \"gid://shopify/Collection/1234567890\")", "minLength": 1, "type": "string" }, "description": { "type": "string" }, "descriptionHtml": { "type": "string" }, "seo": { "additionalProperties": false, "properties": { "description": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "title": { "type": "string" } }, "required": [ "collectionId" ], "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/luckyfarnon/Shopify-MCP'

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