Skip to main content
Glama

multiview_to_3d

Generate a 3D model from 2-4 ordered reference images by providing front, left, back, and right views.

Instructions

Generate a 3D model from 2-4 ordered reference images. Supply views in Tripo's expected order: front, left, back, right. This is an async operation — use task_status to poll progress and download_model to retrieve the result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pbrNoEnable PBR materials. When true, Tripo will also enable texture output
quadNoGenerate quad mesh output when supported
taskIdNoSuccessful image_to_multiview or edit_multiview task ID to reuse directly. Mutually exclusive with imagePaths and imageUrls
textureNoEnable texturing. Set false to request a base model without textures
autoSizeNoAutomatically scale the model to real-world dimensions in meters
compressNoCompression mode. Set to geometry to request geometry compression
exportUVNoControl whether UV unwrapping is performed during generation
faceLimitNoTarget polygon face count
imageUrlsNoPublic URLs for 2-4 ordered views. Supply them in Tripo's expected order: front, left, back, right. Mutually exclusive with imagePaths
modelSeedNoOptional seed for geometry generation
imagePathsNoLocal file paths for 2-4 ordered views. Supply them in Tripo's expected order: front, left, back, right. Mutually exclusive with imageUrls
orientationNoModel orientation: default or align_image
textureSeedNoOptional seed for texture generation
modelVersionNoModel version (e.g. v3.0, v3.1, p1). Defaults to the latest supported H3 model
smartLowPolyNoEnable Tripo smart low-poly mesh optimization when supported
generatePartsNoGenerate semantic mesh parts when supported
textureQualityNoTexture quality: standard or detailed
geometryQualityNoGeometry detail mode for H3 models: standard or detailed
textureAlignmentNoTexture alignment priority: original_image or geometry
enableImageAutofixNoLet Tripo optimize the ordered input views before generation

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
taskIdYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that the operation is asynchronous and instructs to use task_status for polling and download_model to retrieve results. This adds key behavioral context beyond the input schema.

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

Conciseness5/5

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

The description is three sentences with no wasted words. First sentence states purpose, second gives critical input order constraint, third explains async workflow. Each sentence earns its place.

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

Completeness4/5

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

Given the tool's complexity (20 parameters, async, result retrieval), the description covers core purpose, input constraints, and workflow. It does not detail optional parameters or output schema, but those are covered by schema and output schema. Slightly more context on follow-up steps would elevate it to a 5.

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 coverage is 100% with detailed descriptions for all 20 parameters. The description reinforces the image order constraint for imageUrls/imagePaths but adds no additional meaning beyond that. Baseline score of 3 is appropriate.

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 clearly states it generates a 3D model from 2-4 ordered reference images. It specifies the required view order (front, left, back, right) and distinguishes from siblings like image_to_3d or image_to_multiview by emphasizing the ordered multiview input.

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?

The description implies usage when 2-4 ordered images are available, but does not explicitly mention when not to use it (e.g., when a single image suffices, use image_to_3d). No alternatives are named, though the sibling tool list provides context.

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/mordor-forge/trident-mcp'

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