Skip to main content
Glama

Shopify MCP Server

get-article-by-id

Fetch specific Shopify blog articles by their unique GID using this tool in the Shopify MCP Server, enabling precise retrieval and management of store content.

Input Schema

NameRequiredDescriptionDefault
articleIdYesThe GID of the article to fetch (e.g., "gid://shopify/Article/1234567890")

Input Schema (JSON Schema)

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