Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_msfs_setup_material

Set up flight simulator PBR materials in Blender with MSFS-specific extensions, including material types, metallic, roughness, and emissive properties for accurate rendering.

Instructions

Set up a material with flight simulator-specific PBR properties and extensions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
alphaNoAlpha/opacity (0-1)
metallicNoMetallic value (0-1)
msfs_typeNoMaterial type for flight simulator rendering
roughnessNoRoughness value (0-1)
base_colorNoRGBA base color
double_sidedNoWhether material is double-sided
material_nameYesName of the material to configure
emissive_colorNoRGB emissive color
emissive_strengthNoEmissive intensity

Schema Changelog

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

  1. First observedv0.4.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral burden. It only says 'set up' without disclosing whether the material is created or modified, whether existing properties are overwritten, what 'extensions' are added, or any side effects. This is insufficient for a mutation-oriented 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 a single, front-loaded sentence with no wasted words. It is concise and readable, though slightly generic in the verb 'set up.' Still, it earns its place and is appropriately compact for the amount of information it conveys.

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 9 parameters, an enum, no annotations, and no output schema, the description is too thin. It does not explain whether the material must already exist, whether optional parameters update only the provided values, or what the resulting MSFS extension setup entails. An agent would need to inspect schemas or guess about the tool's behavior.

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?

The schema already documents all 9 parameters with 100% coverage, so the baseline of 3 applies. The description adds no additional parameter-level meaning, such as relationships between msfs_type and the PBR values, but it does not need to since the schema is complete.

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 the action (set up) and the resource (a material) with a specific domain (flight simulator PBR properties and extensions). It is not a tautology and is distinguishable from generic material tools, though it does not explicitly contrast with specialized siblings like blender_msfs_create_glass_material.

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 'flight simulator-specific' implies the tool is for configuring MSFS PBR materials, giving some usage context. However, it provides no explicit guidance on when to use this tool versus related material tools, no prerequisites, and no mention of when not to use it.

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