Skip to main content
Glama

gen_tripo_image_to_model

Creates a 3D model from a 2D image via Tripo. Submit a local image path, URL, or file token to start the conversion.

Instructions

Submit a Tripo image_to_model task from a local image, URL, or file token.

KB: see knowledge_base/31_GENERATIVE_CONTENT_PIPELINE.md#tripo-task-family Example: gen_tripo_image_to_model(image_url="https://example.com/slime.png", texture=True, confirm_spend=True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pbrNo
quadNo
textureNo
auto_sizeNo
image_urlNo
face_limitNo
file_tokenNo
image_pathNo
model_seedNo
orientationNodefault
session_nameNodefault
texture_seedNo
confirm_spendNo
model_versionNo
generate_partsNo
smart_low_polyNo
texture_qualityNo
geometry_qualityNostandard
texture_alignmentNooriginal_image
enable_image_autofixNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description must carry the behavioral disclosure burden. It says the tool 'submits' a task and the example passes confirm_spend=True, hinting at an asynchronous, credit-gated generation call, but it never states that confirm_spend authorizes spending, that results must be polled/downloaded via sibling tools, or what side effects occur. This is a significant gap for a paid generation tool.

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?

The text is tight and front-loaded: a one-line purpose, a KB reference, and a concrete example, with no filler. It is appropriately concise, though the 20-parameter surface would benefit from slightly more elaboration, which is why it does not reach 5.

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?

For a 20-parameter, no-annotation generation tool, the description is not complete enough. It does not clearly state that at least one input source is required, that confirm_spend must be set to authorize credit usage, or how the async task lifecycle works. The KB pointer and example help, but the gaps around cost and follow-up steps remain significant.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It adds meaning for the source-choice parameters (image_url/image_path/file_token) and highlights texture and confirm_spend in the example, but 17 of 20 parameters—including pbr, quad, face_limit, seeds, texture quality, and geometry quality—remain unexplained. The compensation is only partial.

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?

The description names a specific verb ('Submit'), a specific resource ('Tripo image_to_model task'), and the accepted input modalities ('local image, URL, or file token'). This clearly distinguishes it from sibling generators like gen_tripo_text_to_model and gen_tripo_multiview_to_model.

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

Usage Guidelines4/5

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

The description establishes clear usage context: this tool is for image-driven 3D generation with three explicit source types, and the example shows a realistic invocation. It does not explicitly list alternatives or when-not-to-use cases, but the image-source framing makes the boundary reasonably clear.

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

Deploy Server

Other Tools