Skip to main content
Glama
TiGRoNdev

Rodin Gen-2 MCP Server

by TiGRoNdev

generate_3d_text_to_3d

Generate a 3D model from a text description. Specify format, material, and quality options to get a downloadable result.

Instructions

Генерирует 3D модель из текстового описания (Text-to-3D)

Args: prompt: Текстовое описание 3D модели для генерации seed: Seed для воспроизводимости (0-65535). Опционально geometry_file_format: Формат файла (glb, usdz, fbx, obj, stl). По умолчанию glb material: Тип материала (PBR, Shaded, All). По умолчанию PBR mesh_simplify: Упростить меш. По умолчанию False quality_override: Переопределение качества (количество полигонов). Опционально bbox_condition: Условие bounding box [width, height, length]. Опционально

Returns: UUID задачи для проверки статуса и загрузки результата

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYes
seedNo
geometry_file_formatNoglb
materialNoPBR
mesh_simplifyNo
quality_overrideNo
bbox_conditionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided. Description adds context by stating the return is a UUID for checking status and downloading, indicating asynchronous behavior. However, it does not disclose rate limits, auth needs, or failure modes beyond what is obvious.

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?

Description is well-structured with separate Args and Returns sections. It is reasonably concise, listing all parameters without excessive verbosity.

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

Completeness3/5

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

For a complex generative tool with 7 parameters and no annotations, the description provides the return format (UUID) but does not explicitly outline the asynchronous workflow or the need for polling status. Adequate but missing key workflow context.

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

Parameters4/5

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

With 0% schema description coverage, the description fully compensates by providing brief explanations for each parameter (e.g., seed range, material options, bounding box format). Adds meaning beyond mere names.

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 text (Text-to-3D), using specific verb and resource. It implicitly distinguishes from sibling 'generate_3d_image_to_3d' which does image-to-3D.

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?

Description implies usage for text prompts, but no explicit guidance on when to use this vs alternatives or prerequisites. Context is clear but lacks explicit when-not-to-use or alternative comparisons.

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/TiGRoNdev/RodinGen2MCP'

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