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.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | Filter results to show specific sections. Can include 'types', 'queries', 'mutations', or 'all' (default) | |
query | Yes | Search term to filter schema elements by name. Only pass simple terms like 'product', 'discountProduct', etc. |