Skip to main content
Glama

construct_object

PORTMANTEAU PATTERN RATIONALE: Consolidates natural language 3D construction into single agentic interface. Prevents tool explosion while enabling infinite 3D creativity through LLM-generated Blender scripts.

Instructions

PORTMANTEAU PATTERN RATIONALE: Consolidates natural language 3D construction into single agentic interface. Prevents tool explosion while enabling infinite 3D creativity through LLM-generated Blender scripts. Follows FastMCP 2.14.3 best practices.

Universal 3D object construction using natural language and LLM-generated Blender scripts.

This revolutionary tool enables creation of any 3D object through natural language descriptions by leveraging FastMCP 2.14.3 sampling to request SOTA LLM generation of Blender Python code.

Agentic Workflow:

  1. Analysis: Parse natural language description and scene context

  2. Sampling Request: Ask MCP client (SOTA LLM) to generate Blender Python script

  3. Code Generation: LLM creates production-ready Blender automation code

  4. Validation: Security and syntax validation of generated code

  5. Execution: Safe execution in Blender with error handling

  6. Iteration: Request refinements if needed (up to max_iterations)

Supported Complexity Levels:

  • simple: Basic primitives, basic transforms, simple materials

  • standard: Complex meshes, modifiers, materials, basic animation

  • complex: Advanced geometry, rigging, physics, complex materials/textures

Style Presets:

  • realistic: Physically accurate materials, lighting, proportions

  • stylized: Artistic interpretation, exaggerated features, cartoon-like

  • lowpoly: Minimal geometry, optimized for performance

  • scifi: Futuristic design, metallic materials, glowing effects

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYesFastMCP context for sampling and conversational responses
nameNoName for the created object in Blender scene. Default: "ConstructedObject"ConstructedObject
complexityNoComplexity level for script generation. One of: "simple", "standard", "complex". Default: "standard". Affects detail level and operation complexity.standard
descriptionNoNatural language description of object to create Examples: "a robot like Robbie from Forbidden Planet", "a medieval castle", "a sleek sports car"a simple cube
style_presetNoOptional style guidance. One of: "realistic", "stylized", "lowpoly", "scifi". Default: None (let LLM decide based on description).
max_iterationsNoMaximum refinement iterations if initial script fails. Default: 3. Higher values allow more complex objects but increase processing time.
reference_objectsNoExisting Blender objects to use as reference for style/consistency. Default: None. LLM will analyze these objects for consistent styling.
allow_modificationsNoWhether LLM can modify existing scene objects. Default: True. Set to False for conservative construction that only adds new objects.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

The description goes beyond the raw annotations by detailing the multi-step workflow: analysis, sampling request to an LLM, code generation, validation, execution, and iteration. It highlights 'Security and syntax validation' and 'Safe execution in Blender with error handling.' Since annotations already indicate the tool is not read-only and not idempotent, the description adds useful context about the LLM involvement and safety measures, though it does not explicitly warn that the tool may modify existing scene objects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is quite verbose and front-loaded with a 'PORTMANTEAU PATTERN RATIONALE' section that discusses design rationale and FastMCP best practices, which is not directly actionable for an agent selecting the tool. While the sections are well-organized and the content is relevant, several sentences could be trimmed to improve brevity without losing essential guidance.

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

Completeness4/5

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

For a complex tool with 8 parameters and an output schema, the description covers a lot: the agentic workflow, supported complexity levels, style presets, and iteration behavior. It lacks some operational prerequisites (e.g., Blender must be running) and explicit alternatives, but given the rich schema and annotations, the description is largely complete for an agent to understand scope and capabilities.

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?

The input schema provides 100% coverage, but the description adds meaningful semantic depth by explaining the complexity levels ('simple', 'standard', 'complex') with concrete examples and the style presets ('realistic', 'stylized', 'lowpoly', 'scifi'). This helps agents choose appropriate parameter values beyond the schema's minimal descriptions. The workflow section also clarifies how max_iterations fits into the process.

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 that this tool performs 'Universal 3D object construction using natural language and LLM-generated Blender scripts.' It uses a specific verb ('construction') and resource ('3D object'), and distinguishes itself by positioning as the consolidated natural-language interface, preventing tool explosion. This differentiates it from siblings like generate_blender_script or script_execute by emphasizing its agentic, LLM-driven approach.

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?

The description provides clear context on when to use the tool: for natural language 3D construction across varying complexity levels and with style presets. It explains the agentic workflow and supported complexity levels, which implies usage scenarios. However, it does not explicitly state when not to use it or mention alternative tools (e.g., 'for direct script execution use script_execute'), leaving exclusion guidance implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/sandraschi/blender-mcp'

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