Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_printify_statusD–
list_shopsD–
switch_shopD–
list_productsD–
get_productD–
create_productD–
update_productD–
delete_productD–
publish_productD–
get_blueprintsD–
get_blueprintD–
get_print_providersD–
get_variantsD–
upload_imageD–
get_defaultsD–
set_defaultD–
how_to_useD–
generate_and_upload_imageD–
generate_imageD–

Prompts

Interactive templates invoked by user choice

NameDescription
generate_product_description

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.8/5.0

Scored across 19 tools

Disambiguation3/5

Most tools are distinct in purpose (e.g., list_products vs get_product), but there is some overlap between get_blueprint and get_blueprints, and generate_image vs generate_and_upload_image could confuse agents. The lack of descriptions increases ambiguity, but names are mostly clear.

Naming Consistency4/5

Tool names generally follow a verb_noun pattern (e.g., list_products, get_product, create_product). Some deviations like how_to_use and set_default are acceptable, but overall the pattern is consistent. Mixing get_blueprint (singular) and get_blueprints (plural) is a minor inconsistency.

Tool Count4/5

With 19 tools, the count is on the higher end but still reasonable for a Printify integration that covers products, images, shops, defaults, and blueprints. It approaches the heavy range but each tool seems to serve a specific function, so it's acceptable.

Completeness4/5

The tool surface covers product CRUD (create, get, update, delete, publish), image generation/upload, shop management, and blueprint/provider retrieval. Missing operations might include order management or mockup generation, but for the apparent scope, it's fairly complete. Some related functions like get_defaults/set_default are included.

Maintenance

ActivityInactive
ResponsivenessUnresponsive