Skip to main content
Glama

Shopify MCP Server

update-blog

Modify Shopify blog details such as title, handle, template suffix, and comment policy using the specified blog GID for targeted updates.

Input Schema

NameRequiredDescriptionDefault
blogIdYesThe GID of the blog to update (e.g., "gid://shopify/Blog/1234567890")
commentPolicyNo
handleNo
templateSuffixNo
titleNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "blogId": { "description": "The GID of the blog to update (e.g., \"gid://shopify/Blog/1234567890\")", "minLength": 1, "type": "string" }, "commentPolicy": { "enum": [ "MODERATED", "CLOSED" ], "type": "string" }, "handle": { "type": "string" }, "templateSuffix": { "type": "string" }, "title": { "type": "string" } }, "required": [ "blogId" ], "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