Skip to main content
Glama

Shopify Dev MCP

Official
by Shopify

fetch_docs_by_path

Retrieve Shopify developer documentation content by specifying document paths relative to the Shopify Dev site. Input an array of paths to fetch specific API or functionality docs.

Instructions

Use this tool to retrieve a list of documents from shopify.dev.

Args: paths: The paths to the documents to read, i.e. ["/docs/api/app-home", "/docs/api/functions"]. Paths should be relative to the root of the developer documentation site.

Input Schema

NameRequiredDescriptionDefault
pathsYesThe paths to the documents to read

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "paths": { "description": "The paths to the documents to read", "items": { "type": "string" }, "type": "array" } }, "required": [ "paths" ], "type": "object" }
Install Server

Other Tools from Shopify Dev MCP

Related Tools

    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/Shopify/dev-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server