Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_ai_pipeline_generate

Create a full 3D pipeline from photo or prompt: import to Blender, clean mesh, UV-unwrap, texture, and optionally prepare for MSFS. Pick a quality tier for fast preview or high-detail output.

Instructions

Full AI pipeline: reference photo/prompt -> 3D model generation -> import to Blender -> mesh cleanup -> UV unwrap -> texture -> optional MSFS prep. Quality tiers: quick (SF3D, 15s blob), standard (TripoSG, good single-image), multiview_quality (Zero123Plus+InstantMesh, best structure), vehicle_components (multi-view + part separation). Returns pipeline status with results from each stage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptNoText description of the object to generate
backendNo3D generation backend. Preset sets default; override here. multiview=best quality, triposg=good single-image, stable_fast_3d=fast preview.
max_waitNoMaximum wait for generation in seconds (default: 600)
image_pathNoPath to reference photo (recommended for mechanical objects)
output_dirNoExport output directory
skip_stagesNoStages to skip: generate, import, cleanup, component_separation, uv, texture, msfs_prep
texture_promptNoOverride prompt for texture generation
existing_objectNoRun pipeline on existing Blender object (skips generate+import)
pipeline_presetNoPipeline preset: quick (SF3D fast preview), standard (TripoSG), multiview_quality (best, Zero123+InstantMesh), vehicle_components (multi-view + part separation), msfs_vehicle/msfs_building (with LOD/collision), generic (auto backend).
target_polycountNoTarget polygon count after decimation (default: 10000)
texture_resolutionNoTexture resolution: 512, 1024, or 2048 (default: 1024)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral burden. It does disclose the pipeline stages, rough runtime for quick ('15s blob'), and that it returns pipeline status with results from each stage. However, it does not say whether the call blocks or returns an async status to poll, whether it modifies the current Blender scene, or what side effects a full import+cleanup+texture run may have; these are meaningful gaps for a complex pipeline tool.

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 two sentences, front-loaded with the pipeline scope, and every phrase carries information about stages or quality tiers. It is dense but not bloated, and the length is justified by the tool's complexity.

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?

The description gives a solid high-level overview and parameter-tier guidance, and the schema covers individual parameter meanings. But for an 11-parameter pipeline with no output schema or annotations, it omits the invocation contract: async vs synchronous behavior, how to interpret or poll the returned status, and whether the pipeline will modify the current Blender scene. The overall picture is adequate but not fully complete.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all 11 parameters. The description adds some color ('15s blob', 'good single-image', 'best structure', 'part separation') but essentially restates the pipeline_preset enum meanings. It provides no additional syntax, defaults, or cross-parameter guidance beyond what the schema offers.

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 opens with a specific end-to-end workflow: reference photo/prompt -> 3D model generation -> import -> cleanup -> UV -> texture -> optional MSFS prep. This clearly identifies the tool's resource and scope, and distinguishes it from the many single-step blender_ai_* siblings such as blender_ai_generate_model or blender_ai_mesh_cleanup.

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

Usage Guidelines3/5

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

The quality-tier list gives useful internal guidance on choosing quick vs standard vs multiview_quality vs vehicle_components, and the 'full AI pipeline' phrasing implies when to prefer this tool over granular siblings. However, it never explicitly states when to use this tool instead of alternatives like blender_ai_generate_model, blender_ai_mesh_cleanup, or blender_ai_auto_uv; usage is implied rather than stated.

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/SekaiNoOwari77/mcp-3d-modeling-agent'

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