Skip to main content
Glama

Printify MCP Server

by TSavo

set_default

Configure default settings for options like 'model', 'aspectRatio', or 'raw' in the Printify MCP Server to streamline AI-driven product creation and design workflows.

Input Schema

NameRequiredDescriptionDefault
optionYesThe option name to set (e.g., 'model', 'aspectRatio', 'raw', etc.)
valueNoThe value to set for the option

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "option": { "description": "The option name to set (e.g., 'model', 'aspectRatio', 'raw', etc.)", "type": "string" }, "value": { "description": "The value to set for the option" } }, "required": [ "option" ], "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