Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CULTS3D_EMAILYesYour Cults3D email address
CULTS3D_PASSWORDYesYour Cults3D password

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": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
upload_designB

Upload a new design (STL/ZIP) to Cults3D with metadata.

update_designC

Update metadata on an existing Cults3D design.

list_my_designsC

List all designs published under your account with stats.

get_design_statsA

Get detailed stats for a design: downloads, likes, comments, price.

search_designsC

Search public designs on Cults3D by keyword. Useful for competitor research.

get_trendingC

Get trending designs in a Cults3D category.

get_commentsB

Get all comments on a specific design.

reply_to_commentC

Post a reply to a comment on one of your designs.

list_collectionsA

List your Cults3D collections.

add_to_collectionC

Add a design to one of your collections.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 10 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: upload vs update, search vs trending, comments vs stats, collections management. No two tools overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., get_comments, list_collections, upload_design) with clear, descriptive verbs and nouns.

Tool Count5/5

10 tools cover the core operations for a 3D model marketplace without being too many or too few. Each tool serves a specific need.

Completeness4/5

The tool set covers essential CRUD and interaction operations (upload, update, search, comments, collections), but lacks a delete design tool, which is a minor gap.

Maintenance

ActivityInactive
ResponsivenessNo issues