Skip to main content
Glama

Printify MCP Server

by TSavo

publish_product

Automate publishing of Printify product details including title, description, images, variants, and tags by specifying product ID and publish settings.

Input Schema

NameRequiredDescriptionDefault
productIdYesProduct ID
publishDetailsNoPublish details

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "productId": { "description": "Product ID", "type": "string" }, "publishDetails": { "additionalProperties": false, "description": "Publish details", "properties": { "description": { "default": true, "description": "Publish description", "type": "boolean" }, "images": { "default": true, "description": "Publish images", "type": "boolean" }, "tags": { "default": true, "description": "Publish tags", "type": "boolean" }, "title": { "default": true, "description": "Publish title", "type": "boolean" }, "variants": { "default": true, "description": "Publish variants", "type": "boolean" } }, "type": "object" } }, "required": [ "productId" ], "type": "object" }

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/TSavo/printify-mcp'

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