Skip to main content
Glama
Haiyang-Bian

blender-research-mcp

by Haiyang-Bian

material.create

DestructiveIdempotent

Create a canonical PBR material with bounded surface values for safe, transactional Blender scene editing.

Instructions

Create a uniquely named canonical Principled PBR material with bounded semantic surface values inside the active structural transaction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
definitionYes
transaction_idYes
idempotency_keyYes
expected_scene_generationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already supply readOnlyHint=false, idempotentHint=true, and destructiveHint=true, so the safety profile is mostly structured. The description adds context about uniqueness and transaction-scoped creation, but it does not explain why destructiveHint=true applies or what effect creating inside a transaction has on existing scene state.

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 sentence with no filler or redundant restatement of the tool name. It front-loads the core action and scoping constraint. The main issue is not length but clarity of the specialized terminology.

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?

The tool has four required parameters, no schema descriptions, and important sibling context around transactions and material workflows. The description does not connect create to transaction lifecycle concepts, idempotency, or scene generation expectations, so an agent lacks enough context to invoke it correctly in a real workflow.

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

Parameters2/5

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

Schema description coverage is 0%, so the description carries the full burden of explaining parameters. It does not clarify transaction_id, expected_scene_generation, idempotency_key, or how the MaterialDefinition should be structured beyond the vague phrase 'bounded semantic surface values'. This is insufficient for an agent to confidently construct the required arguments.

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 states a specific verb and resource: 'Create a uniquely named canonical Principled PBR material'. It also hints at a distinguishing constraint, uniqueness and being inside an 'active structural transaction', which helps separate it from material.set_input or material.assign. However, phrases like 'canonical' and 'bounded semantic surface values' are jargon-heavy and less operational than they could be.

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 implies a prerequisite: the creation must happen 'inside the active structural transaction'. This gives some context about when the tool is appropriate, but it does not explicitly say when to prefer this over siblings such as material.set_input, material.assign, or transaction.begin, nor does it state any exclusions.

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/Haiyang-Bian/blender-research-mcp'

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