test
) with the Shopify MCP server as a service—when the Room closes, all agents and services (including the MCP server and chatbots) are terminated.Tool | Short Description |
---|---|
fetch_docs_by_path | Use this tool to retrieve a list of documents from shopify.dev. |
get_started | YOU MUST CALL THIS TOOL FIRST WHENEVER YOU ARE IN A SHOPIFY APP AND THE USER WANTS TO LEARN OR INTERACT WITH ANY OF THESE APIS: Valid arguments for api are: - admin: The Admin GraphQL API lets you build apps and integrations that extend and enhance the Shopify admin. |
introspect_admin_schema | This tool introspects and returns the portion of the Shopify Admin API GraphQL schema relevant to the user prompt. |
search_dev_docs | 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. |
Parameter | Type | Description |
---|---|---|
paths | array | The paths to the documents to read |
api
:
fetch_docs_by_path
instead.
Parameter | Type | Description |
---|---|---|
api | string | The Shopify API you are building for |
Parameter | Type | Description |
---|---|---|
query | string | Search term to filter schema elements by name. |
filter | array, optional | Filter results: ‘types’, ‘queries’, ‘mutations’, or ‘all’ (default) |
Parameter | Type | Description |
---|---|---|
prompt | string | The search query for Shopify documentation |