Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MYSHOPIFY_DOMAINYesYour Shopify store domain (e.g., your-store.myshopify.com)
SHOPIFY_ACCESS_TOKENYesYour Shopify Admin API access token obtained from creating a custom app in your Shopify store

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get-productsD–
get-product-by-idD–
get-collectionsD–
update-collectionD–
get-pagesD–
update-pageD–
get-blogsD–
update-blogD–
get-articlesD–
update-articleD–
get-blog-by-idD–
get-article-by-idD–
search-shopifyD–
create-articleD–
update-productD–

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.8/5.0

Scored across 15 tools

Disambiguation5/5

Each tool targets a distinct Shopify resource (articles, blogs, collections, pages, products, or search) with clear naming, leaving no ambiguity for an agent.

Naming Consistency4/5

All tools follow a verb-noun pattern with hyphens (e.g., create-article, get-product-by-id). Minor inconsistency: some resources have both singular and plural get endpoints (e.g., get-article-by-id and get-articles) while others only have plural (get-collections, get-pages), but overall pattern is clear.

Tool Count4/5

With 15 tools, the set is at the upper end of well-scoped but still reasonable for a Shopify server covering multiple resource types. No redundant tools.

Completeness2/5

The tool set is missing critical CRUD operations: only articles have create and update; no create for blogs, collections, pages, or products; no delete endpoints at all; and singular get is missing for collections and pages. This leaves significant gaps for common workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues