Skip to main content
Glama
cristoferarango

blender-studio-pro-mcp

create_collection_hierarchy

Create a new Blender collection hierarchy with a specified name, optionally nested under a parent collection to organize scene data efficiently.

Instructions

Blender Studio Pro MCP: create_collection_hierarchy

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
parentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior1/5

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

With no annotations provided, the description carries the full burden of disclosing behavior, but it provides nothing. It does not state whether the operation is destructive, requires special permissions, affects existing hierarchies, or what side effects occur. The name implies a creation action, but no behavioral details are given.

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

Conciseness2/5

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

The description is extremely short, but it is under-specified rather than concisely informative. It consists of a single line that repeats the tool name, providing no structure or front-loaded information. This is not effective conciseness; it is a placeholder.

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

Completeness1/5

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

Given the tool's complexity (creating a hierarchy with a parent-child relationship) and the absence of both annotations and parameter descriptions, the description is completely inadequate. Although an output schema exists, it is not shown, and the description gives no clue about return values, error conditions, or how the hierarchy is structured.

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

Parameters1/5

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

Schema description coverage is 0% and the description itself offers no parameter explanations. The parameters 'name' and 'parent' are listed in the schema but without types, defaults (except parent defaulting to null), or any semantic guidance. The description fails to compensate for the lack of structured parameter documentation.

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

Purpose2/5

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

The description is merely the tool name prefixed by 'Blender Studio Pro MCP:', which is a tautology. It restates the name without explaining what a 'collection hierarchy' is or how it differs from sibling tools like create_collection. The verb and resource are present but without any elaboration, making the purpose vague.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance on when to use this tool versus alternatives such as create_collection, move_to_collection, or instance_collection. There is no mention of the intended scenario, prerequisites, or conditions under which hierarchy creation is appropriate.

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/cristoferarango/Blender-Studio-Pro-Mcp'

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