Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_object_parent

Establish or remove parent-child relationships between Blender objects by specifying the child object and optional parent, enabling organized scene hierarchies for transformations.

Instructions

Set parent-child relationship between objects

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
childYesName of the child object
parentNoName of the parent object (omit to clear parent)

Schema Changelog

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

  1. First observedv0.4.0

TDQS

C2.9/5.0
Behavior2/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 behavioral disclosure. It states the high-level outcome but not important side effects such as implicit transform inheritance, replacement of an existing parent, or the clearing behavior when parent is omitted.

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?

One concise, front-loaded sentence with no wasted words. It is appropriately brief for a simple operation, though an extra clause about clearing the parent would have made it even more informative.

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 mutation tool with no annotations and no output schema, the description is thin. It omits the clear-parent behavior, expected side effects on hierarchy/transforms, and any indication of what the tool returns or errors on.

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 baseline applies; the schema already defines child and parent and notes that omitting parent clears it. The description adds no parameter details beyond the schema.

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?

States a specific operation and resource: 'Set parent-child relationship between objects.' This clearly distinguishes the action of parenting from nearby object tools like join, but it does not explicitly contrast with any sibling or mention the clear-parent case served by omitting parent.

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?

No guidance on when to use parenting versus alternatives such as join, constraints, or collection hierarchy tools. The description implies the intent (establish hierarchy) but provides no exclusions or selection criteria.

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