Skip to main content
Glama
untitled-developers

Kockatoos Shopify MCP Server

create_product

Create a new product in draft status. Provide a title and optionally set variants with pricing and inventory.

Instructions

Create a new product. At minimum provide a title. The product is created in 'draft' status by default. Variants can be provided to set prices, SKUs, and inventory. Note: images and variants are added in follow-up calls after the product is created; if one of those steps fails, the product still exists and the error message includes its ID so you can fix it with update tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesProduct title (required).
body_htmlNoProduct description in HTML.
vendorNoProduct vendor/brand.
product_typeNoProduct type/category.
tagsNoComma-separated tags.
statusNoProduct status. Default: draft.draft
variantsNoProduct variants with pricing and inventory.
imagesNoProduct images by URL.
Behavior4/5

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

With no annotations, the description effectively discloses key behaviors: default draft status, that images/variants are added later, and that partial failures leave the product intact. It does not cover permissions or rate limits, but the provided context is substantial.

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?

Three sentences efficiently cover purpose, requirements, and workflow. No redundancy; front-loaded with essential info.

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

Completeness3/5

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

While the description explains creation, default status, and error handling, it lacks mention of the return value on success (no output schema). For an 8-parameter tool without output schema, this missing info reduces completeness.

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

Parameters4/5

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

Schema covers 100% of parameters. The description adds value by explaining the role of variants (prices, SKUs, inventory) and reinforcing the workflow, which helps agents understand usage beyond raw schema definitions.

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 'Create a new product' with specific details on required fields and default status. It distinguishes from sibling tools like 'create_variant' and 'create_product_image' by noting they are follow-up calls.

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?

Provides clear context for when to use this tool and outlines the sequence for adding images and variants. Mentions error recovery but does not explicitly state when not to use or list alternatives beyond the implicit workflow.

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