Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SHOPIFY_CLIENT_ID | No | Shopify Client ID for Client Credentials auth. | |
| COB_SHOPIFY_ENABLE | No | Comma-separated list of tool names to force-enable (useful for Tier 2 tools). | |
| COB_SHOPIFY_DISABLE | No | Comma-separated list of tool names to disable. | |
| SHOPIFY_API_VERSION | No | The Shopify Admin GraphQL API version to use. | 2025-01 |
| SHOPIFY_ACCESS_TOKEN | No | Static Shopify access token (starts with shpat_). If set, this overrides Client ID and Secret. | |
| SHOPIFY_STORE_DOMAIN | No | Your Shopify store domain (e.g., your-store.myshopify.com). | |
| COB_SHOPIFY_LOG_LEVEL | No | Logging level for the server (debug, info, warn, error). | info |
| COB_SHOPIFY_READ_ONLY | No | Set to 'true' to disable all mutation/write tools. | false |
| SHOPIFY_CLIENT_SECRET | No | Shopify Client Secret for Client Credentials auth (starts with shpss_). | |
| COB_SHOPIFY_CUSTOM_TOOLS | No | Path to a directory containing custom YAML tool definitions. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |