Skip to main content
Glama

Push theme to Shopify

theme_push

Upload local theme directory to Shopify, defaulting to an unpublished copy with a preview URL. Push to a specific theme by ID; live updates require explicit allow_live confirmation.

Instructions

Upload the local theme directory to Shopify.

  • Default: push to an UNPUBLISHED copy (safe; returns a preview URL).

  • Pass theme_id to push to a specific existing theme.

  • Pushing to the LIVE theme is BLOCKED unless allow_live=true. Only set allow_live after the user explicitly confirms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
onlyNoOptional glob, e.g. "sections/hero.liquid"
theme_idNoExisting theme ID to push to. Omit to create a new unpublished theme.
allow_liveNoMust be true to push to the live/published theme
new_theme_nameNoName for the new unpublished theme (used when theme_id is omitted)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description carries the safety burden. It discloses that the default is non-destructive, that live pushes are blocked unless allow_live=true, and that a preview URL is returned. It does not spell out whether pushing to an existing theme overwrites or deletes files, but the safety-critical behavior is well covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is tight and efficiently structured: one purpose sentence followed by three focused bullets. Every sentence carries a distinct rule or fact, with no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no annotations and no output schema, the description is strong: it covers the safe default, how to target an existing theme, the live-push guardrail, and the preview URL. It leaves some operational details implicit, such as sync/overwrite behavior and the exact response when theme_id is supplied, so it is not quite a 5.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline applies. The description reinforces theme_id and allow_live behavior at a usage level, but it does not add parameter syntax or format details that the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a concrete action ('Upload the local theme directory to Shopify') and immediately distinguishes the safe default from targeted/live pushes. It is clearly differentiated from theme_pull and publish_theme, and the scope is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives clear conditional guidance: default creates an unpublished copy, theme_id targets an existing theme, and allow_live=true requires explicit user confirmation. It does not explicitly compare against sibling tools like theme_pull or publish_theme, but the invocation conditions are well specified.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GOFORWRD/shopify-theme-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server