import_tripo_glb_model
Import 3D GLB models from a URL into Blender scenes using the Tripo MCP Server for seamless integration of assets created from natural language descriptions.
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
Name | Required | Description | Default |
---|---|---|---|
glb_url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"glb_url": {
"title": "Glb Url",
"type": "string"
}
},
"required": [
"glb_url"
],
"title": "import_tripo_glb_modelArguments",
"type": "object"
}