Skip to main content
Glama

Shopify Dev MCP

Official
by Shopify

introspect_admin_schema

Fetch relevant portions of the Shopify Admin API GraphQL schema based on search terms and filters. Use this tool to quickly retrieve specific schema elements like types, queries, or mutations for development tasks.

Instructions

This tool introspects and returns the portion of the Shopify Admin API GraphQL schema relevant to the user prompt. Only use this for the Shopify Admin API, and not any other APIs like the Shopify Storefront API or the Shopify Functions API.

It takes two arguments: query and filter. The query argument is the string search term to filter schema elements by name. The filter argument is an array of strings to filter results to show specific sections.

Input Schema

NameRequiredDescriptionDefault
filterNoFilter results to show specific sections. Can include 'types', 'queries', 'mutations', or 'all' (default)
queryYesSearch term to filter schema elements by name. Only pass simple terms like 'product', 'discountProduct', etc.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "default": [ "all" ], "description": "Filter results to show specific sections. Can include 'types', 'queries', 'mutations', or 'all' (default)", "items": { "enum": [ "all", "types", "queries", "mutations" ], "type": "string" }, "type": "array" }, "query": { "description": "Search term to filter schema elements by name. Only pass simple terms like 'product', 'discountProduct', etc.", "type": "string" } }, "required": [ "query" ], "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