Tripo MCP Server

by VAST-AI-Research
Verified

get_object_info

Retrieve detailed information about a specific object within a Blender scene by specifying its name, enabling precise asset management and integration with the Tripo MCP server.

Instructions

Get detailed information about a specific object in the Blender scene. Parameters: - object_name: The name of the object to get information about

Input Schema

NameRequiredDescriptionDefault
object_nameYes

Input Schema (JSON Schema)

{ "properties": { "object_name": { "title": "Object Name", "type": "string" } }, "required": [ "object_name" ], "title": "get_object_infoArguments", "type": "object" }
ID: zwkmy1dkon