Skip to main content
Glama

Shopify MCP Server

get-articles

Retrieve articles from a Shopify blog using the blog's GID. Search by title and set a limit for the number of results returned. Access blog content via the Shopify MCP Server's GraphQL API.

Input Schema

NameRequiredDescriptionDefault
blogIdYesThe GID of the blog to get articles from (e.g., "gid://shopify/Blog/1234567890")
limitNo
searchTitleNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "blogId": { "description": "The GID of the blog to get articles from (e.g., \"gid://shopify/Blog/1234567890\")", "minLength": 1, "type": "string" }, "limit": { "default": 10, "type": "number" }, "searchTitle": { "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