Skip to main content
Glama

Shopify Dev MCP

Official
by Shopify

search_dev_docs

Find relevant Shopify developer documentation and code examples by entering a search query. Quickly retrieve answers to your development questions from Shopify.dev.

Instructions

This tool will take in the user prompt, search shopify.dev, and return relevant documentation and code examples that will help answer the user's question.

It takes one argument: prompt, which is the search query for Shopify documentation.

Input Schema

NameRequiredDescriptionDefault
promptYesThe search query for Shopify documentation

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "prompt": { "description": "The search query for Shopify documentation", "type": "string" } }, "required": [ "prompt" ], "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