Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_msfs_create_lod_hierarchy

Creates LOD levels from a base object to optimize flight simulator content, with configurable count and automatic or custom decimation.

Instructions

Create LOD (Level of Detail) hierarchy from a base object for flight simulator content optimization

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lod_countNoNumber of LOD levels (1-4, default: 4)
auto_decimateNoAutomatically decimate lower LODs (default: true)
decimate_ratiosNoCustom decimation ratios per LOD level (e.g., {'LOD1': 0.5, 'LOD2': 0.25})
base_object_nameYesName of the base (LOD0) object

Schema Changelog

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

  1. First observedv0.4.0

TDQS

B3.2/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 the full burden of explaining behavior. It only says 'Create LOD hierarchy' but does not disclose whether it decimates geometry, creates new objects, modifies the base object, renames objects, or replaces existing LODs. The schema hints at decimation through auto_decimate and decimate_ratios, but the description itself omits this behavioral context.

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?

The description is a single concise sentence with no filler. It front-loads the core action ('Create LOD hierarchy') and then adds the purpose context. Every word earns its place.

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 that creates objects and may perform decimation, the description is too sparse. With no annotations and no output schema, an agent lacks critical context about what will happen in the scene, what prerequisites exist (e.g., base object must already exist), or how this relates to sibling LOD tools like blender_msfs_decimate_for_lod and blender_msfs_setup_lod_distances.

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 input schema already documents all four parameters. The description adds no additional parameter meaning beyond the schema. It does not clarify how decimate_ratios map to LOD levels or what auto_decimate does in practice, but the schema's examples provide reasonable coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies a specific verb and resource: 'Create LOD hierarchy from a base object' for flight simulator content optimization. It is understandable in isolation, but it does not explicitly differentiate itself from related sibling tools like blender_msfs_decimate_for_lod or blender_msfs_setup_lod_distances.

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 phrase 'for flight simulator content optimization' implies the intended context, and the name suggests it is for building LOD levels. However, there is no explicit guidance about when to prefer this tool over sibling LOD-related tools, nor any exclusions or prerequisites.

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