Skip to main content
Glama
untitled-developers

Kockatoos Shopify MCP Server

get_theme_files

Retrieve the full content of specific Shopify theme files by providing their filenames and theme ID. Requires read_themes access.

Instructions

Get one or more specific theme files by their filenames, including their full content. Requires read_themes access scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
theme_idYesThe GID of the theme (e.g. 'gid://shopify/OnlineStoreTheme/123').
filenamesYesFilenames to retrieve (e.g. ['templates/index.json', 'assets/theme.css', 'sections/header.liquid']).
Behavior3/5

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

No annotations provided, so description carries full burden. Discloses read-only nature via access scope and 'Get' verb, and mentions full content inclusion. Lacks details on error handling, rate limits, or behavior when file not found.

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?

Single sentence, front-loaded with action and resource. No unnecessary words. Efficient and clear.

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

Completeness2/5

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

No output schema exists, yet description does not specify return format (e.g., object with filename and content). Missing error scenarios, pagination if many files, or confirmation of success. For a data retrieval tool, this is incomplete.

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 coverage is 100% with clear descriptions for both parameters (theme_id format, filenames array with examples). Description adds no additional parameter-level meaning beyond noting that full content is returned.

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?

Clearly states verb 'Get', resource 'theme files', and action 'by filenames, including full content'. Distinguishes from sibling list_theme_files and upsert_theme_files. Requires read_themes access scope.

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?

Explicitly mentions required access scope (read_themes). Does not explicitly state when not to use or provide alternatives, but context from sibling names makes it clear that list_theme_files is for listing and upsert for writing.

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

Install Server

Other Tools

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/untitled-developers/shopify-mcp'

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