Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_ai_generate_reference_image

Generate concept art reference images from text prompts to guide image-to-3D modeling workflows.

Instructions

Generate a concept art / reference image from a text prompt using SDXL (useful for image-to-3D workflows)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoRandom seed for reproducible results
promptYesText description of the desired image (e.g., 'isometric medieval castle, concept art')
resolutionNoImage resolution in pixels
negative_promptNoWhat to avoid in generation

Schema Changelog

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

  1. First observedv0.4.0

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries full burden. It discloses the model (SDXL) but does not explain what happens to the generated image (saved? loaded? returned?), any side effects on the scene, prerequisites, or external dependencies. For a generation tool that may alter the Blender scene or require network access, this is a significant gap.

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

Conciseness5/5

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

A single sentence with no filler, front-loaded with the primary action and model. Highly efficient.

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

Completeness2/5

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

For a tool with 4 parameters, no output schema, and no annotations, the description is too sparse. It does not explain the output format, how the generated image is returned or stored, integration with Blender, or relation to other reference image tools. Missing critical information for an agent to successfully use the result.

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 covers all 4 parameters with descriptive text. The description adds no additional parameter meaning beyond what schema already provides, so the baseline of 3 applies.

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 the tool generates a concept art/reference image from a text prompt using SDXL, and notes its usefulness for image-to-3D workflows. This distinguishes it from other AI generation siblings like texture or model generation.

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 description gives context ('useful for image-to-3D workflows') but does not explicitly name alternatives or specify when not to use it. It does not contrast with similar AI generation tools (e.g., generate_texture, generate_model) or related reference image setup tools.

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