Skip to main content
Glama

Shopify MCP Server

get-blog-by-id

Retrieve specific blog details from a Shopify store using its unique GID via the GraphQL API, enabling targeted data access for store management.

Input Schema

NameRequiredDescriptionDefault
blogIdYesThe GID of the blog to fetch (e.g., "gid://shopify/Blog/1234567890")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "blogId": { "description": "The GID of the blog to fetch (e.g., \"gid://shopify/Blog/1234567890\")", "minLength": 1, "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