Skip to main content
Glama

Printify MCP Server

by TSavo

get_blueprints

Retrieve product blueprints from Printify's print-on-demand platform using pagination. Specify the page number and limit to fetch structured data for efficient product management and design integration.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of blueprints per page
pageNoPage number

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "Number of blueprints per page", "type": "number" }, "page": { "default": 1, "description": "Page number", "type": "number" } }, "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