Skip to main content
Glama
codeyogi911

Shopify MCP Server

by codeyogi911

upload_image_from_url

Uploads an image from a public URL to Shopify's CDN Files, with alt text and optional filename for store use.

Instructions

This tool uploads an image from a public URL to the Shopify CDN Files section. It handles the transfer of image data to Shopify's servers, allowing you to specify alt text and optional filename for the uploaded image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
alt_textNoDescriptive alt text for the image.
filenameNoOptional filename for the uploaded image in Shopify Files.
image_urlYesThe public URL of the image to upload.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It only says the tool 'handles the transfer of image data to Shopify's servers', which is vague. It does not disclose whether authentication is required, what side effects may occur, how failures (like an invalid URL) are handled, or what the response contains. This is a significant gap 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 compact and front-loads the core purpose in the first sentence. The second sentence, however, adds little value with the phrase 'It handles the transfer of image data to Shopify's servers', which is redundant with the first sentence. Overall it is concise but has one redundant clause that prevents a perfect score.

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?

The tool is simple, but with no output schema, the description should at least hint at the return value (e.g., uploaded image URL or ID) or constraints like supported image formats. It only mentions alt text and filename, leaving an agent uncertain about how to verify success or use the result. The lack of annotation support makes this incompleteness more damaging.

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 every parameter (`image_url`, `alt_text`, `filename`) is already documented in the schema. The description adds minor context by confirming the image comes from a public URL and that the filename is optional, but it does not significantly enhance parameter meaning beyond the schema baseline.

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 clearly states the specific action 'uploads an image' and the target resource 'Shopify CDN Files section', making the tool's purpose unambiguous. It also mentions the ability to set alt text and filename, which distinguishes it from any other image-related operation. No sibling tool overlaps with this upload functionality.

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?

The description implies usage context by specifying this is for uploading from a public URL to Shopify CDN Files. It does not explicitly name alternatives or list when-not-to-use conditions, but the lack of any similar sibling tools makes the intended use clear. The phrase 'public URL' also sets a prerequisite that tells the agent when this tool is applicable.

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

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