Skip to main content
Glama

upload_design

Upload a 3D design file (STL or ZIP) with metadata including title, description, tags, category, license, price, and thumbnail to Cults3D.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDesign title
tagsYesTags (e.g. ['miniature', 'dnd', 'dragon'])
priceYesPrice in EUR (0 for free)
dry_runNoIf true, validate inputs and prepare the upload payload but do NOT submit to Cults3D. Use for testing.
licenseYesLicense slug (e.g. 'cc', 'cc-by', 'commercial')
categoryYesCategory slug (e.g. 'miniatures')
file_pathYesAbsolute path to the STL or ZIP file
descriptionYesFull description (Markdown supported)
thumbnail_pathYesPath to the listing thumbnail image (JPEG/PNG). Required — Cults3D will not publish a design without at least one image.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, description carries full burden but only states basic upload action. No disclosure of side effects, permissions, rate limits, or whether it overwrites existing designs. Minimal transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence is highly concise and front-loaded with key info. No wasted words, though could briefly mention validation (dry_run) or required image.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given complexity (9 params, 8 required, no annotations, no output schema), description is too sparse. It omits context on return values, validation flow, and relation to other upload steps. Incomplete for safe invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. Description adds no extra meaning beyond schema fields; it merely references metadata without details. Adequate but not enhancing.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the action (Upload), resource (new design), file types (STL/ZIP), target platform (Cults3D), and includes metadata. It effectively distinguishes from sibling tools like update_design or search_designs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description implies usage for uploading new designs but lacks explicit guidance on when to use vs alternatives (e.g., update_design for existing designs). No prerequisites or exclusions mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/clugtu/cults3d-mcp'

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