Skip to main content
Glama

Shopify MCP Server

update-article

Modify Shopify blog articles by updating titles, content, summary, tags, and author details using the article’s GID for precise edits.

Input Schema

NameRequiredDescriptionDefault
articleIdYesThe GID of the article to update (e.g., "gid://shopify/Article/1234567890")
authorNo
bodyNo
summaryNo
tagsNo
titleNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "articleId": { "description": "The GID of the article to update (e.g., \"gid://shopify/Article/1234567890\")", "minLength": 1, "type": "string" }, "author": { "additionalProperties": false, "properties": { "name": { "type": "string" } }, "required": [ "name" ], "type": "object" }, "body": { "type": "string" }, "summary": { "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" }, "title": { "type": "string" } }, "required": [ "articleId" ], "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