Skip to main content
Glama
untitled-developers

Kockatoos Shopify MCP Server

create_file

Import files from URLs into your Shopify store as assets. Supports images, videos, 3D models, and generic files with optional alt text and duplicate handling.

Instructions

Create a file asset in the store from an external URL or a staged upload URL. Supports images, videos, 3D models, and generic files. Requires write_files access scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
original_sourceYesPublicly accessible URL or staged upload URL of the file to import.
altNoAlt text for accessibility.
content_typeNoType of file content. Shopify will infer from URL if omitted.
duplicate_resolution_modeNoHow to handle duplicate filenames. Default: APPEND_UUID.
Behavior2/5

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

With no annotations provided, the description must fully disclose behavioral traits. It only states the action and required scope, omitting details about default behavior for duplicates, side effects, return format, or any limitations. This is insufficient for a write operation.

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

Conciseness4/5

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

The description is concise with two sentences, front-loading the main purpose. It avoids fluff, but could be slightly more informative without sacrificing brevity.

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?

Given the tool has 4 parameters, 2 enums, and no output schema or annotations, the description is notably incomplete. It misses explanation of when to use different content types, how duplicate resolution modes work, and what the result of creation looks like.

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?

All parameters have schema descriptions (100% coverage), so the baseline is 3. The description repeats the source concept from 'original_source' but adds no new meaning for 'alt', 'content_type', or 'duplicate_resolution_mode' beyond what the schema provides.

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

Purpose4/5

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

The description clearly states the action 'create a file asset' and specifies the source types (external URL or staged upload URL) and supported file types. However, it does not explicitly distinguish from sibling tools like create_product_image or stage_upload, which share similar purposes.

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

Usage Guidelines3/5

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

The description mentions the required access scope ('write_files') and lists supported file types, providing some context. However, it lacks explicit guidance on when to use this tool versus alternatives, such as when to use stage_upload first or when create_product_image is more appropriate.

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