Shopify Python MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_productsC | 商品一覧を取得する |
| get_productC | 商品の詳細情報を取得する |
| create_productC | 新しい商品を作成する |
| update_productC | 商品を更新する |
| delete_productC | 商品を削除する |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose targeting different CRUD operations on products: create, delete, get, list, and update. There is no overlap or ambiguity between these operations, making tool selection straightforward for an agent.
All tool names follow a consistent verb_noun pattern (e.g., create_product, delete_product) with snake_case throughout. The naming is predictable and uniform across all five tools, enhancing readability and usability.
With 5 tools, this server is well-scoped for product management in Shopify, covering essential CRUD operations. Each tool earns its place without being overly sparse or bloated, fitting typical expectations for such a domain.
The tool set provides complete CRUD coverage for products (create, read, update, delete, and list), with no obvious gaps. This allows agents to handle the full lifecycle of products without dead ends, making the surface comprehensive for the stated purpose.