Tripo MCP Server

by VAST-AI-Research
Verified

import_tripo_glb_model

Import GLB models directly into Blender scenes by providing the model's URL. Simplifies 3D asset integration for streamlined workflows. Returns the operation's result message.

Instructions

Import a GLB model from URL into Blender scene Parameters: - glb_url: Download URL of the GLB model file Returns: Result message of the import operation

Input Schema

NameRequiredDescriptionDefault
glb_urlYes

Input Schema (JSON Schema)

{ "properties": { "glb_url": { "title": "Glb Url", "type": "string" } }, "required": [ "glb_url" ], "title": "import_tripo_glb_modelArguments", "type": "object" }
ID: zwkmy1dkon