Skip to main content
Glama
TiGRoNdev

Rodin Gen-2 MCP Server

by TiGRoNdev

generate_3d_image_to_3d

Convert up to 5 images into a 3D model. Optionally specify a text prompt, geometry format, material type, and other settings.

Instructions

Генерирует 3D модель из изображения(й) (Image-to-3D)

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

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
image_pathsYes
promptNo
use_original_alphaNo
seedNo
geometry_file_formatNoglb
materialNoPBR
mesh_simplifyNo
quality_overrideNo
condition_modeNoconcat
bbox_conditionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description partially covers behavioral traits: it mentions the return value is a UUID for task tracking. However, it does not disclose any side effects, authentication requirements, rate limits, or error conditions.

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?

The description is well-structured with 'Args' and 'Returns' sections, front-loading the main purpose. It is somewhat long due to listing all parameters, but each sentence adds information. Could be slightly more concise.

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?

Given the tool has 10 parameters and no annotations, the description covers the main purpose and parameter details. However, it lacks usage examples, thorough explanations of optional parameters, and behavioral context. It is adequate but not fully comprehensive.

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?

Schema description coverage is 0%, but the description adds meaning beyond the input schema by providing parameter names, defaults, and constraints (e.g., up to 5 files, seed range 0-65535, format options). Some parameters like 'quality_override' and 'bbox_condition' lack detailed explanation, but overall it compensates significantly.

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 'Генерирует 3D модель из изображения(й) (Image-to-3D)', providing a specific verb and resource. It distinguishes from the sibling tool 'generate_3d_text_to_3d' by specifying the input type (image vs text).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives. The description implies image-to-3D conversion but does not state when not to use it, prerequisites, or compare with text-to-3D or other siblings.

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