introspect_admin_schema
Search and filter Shopify Admin API GraphQL schema by name and section to locate relevant types, queries, or mutations for your store data operations.
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
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term to filter schema elements by name. Only pass simple terms like 'product', 'discountProduct', etc. | |
| filter | No | Filter results to show specific sections. Can include 'types', 'queries', 'mutations', or 'all' (default) |