Skip to main content
Glama

Shopify Dev MCP

Official
by Shopify

search_docs_chunks

Search Shopify.dev for relevant documentation and code examples using a user query to quickly resolve developer questions about Shopify APIs.

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.

Input Schema

NameRequiredDescriptionDefault
conversationIdYes🔗 REQUIRED: conversationId from learn_shopify_api tool. Call learn_shopify_api first if you don't have this.
max_num_resultsNoMaximum number of results to return from the search. Do not pass this when calling the tool for the first time, only use this when you want to limit the number of results deal with small context window issues.
promptYesThe search query for Shopify documentation

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "conversationId": { "description": "🔗 REQUIRED: conversationId from learn_shopify_api tool. Call learn_shopify_api first if you don't have this.", "type": "string" }, "max_num_results": { "description": "Maximum number of results to return from the search. Do not pass this when calling the tool for the first time, only use this when you want to limit the number of results deal with small context window issues.", "type": "number" }, "prompt": { "description": "The search query for Shopify documentation", "type": "string" } }, "required": [ "conversationId", "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