Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_object_get

Retrieve detailed properties of a named Blender object to inspect its attributes and verify modeling states.

Instructions

Get detailed properties of an object

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the object

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?

No annotations are provided, so the description carries the full disclosure burden, yet it only restates the operation type. It does not disclose what properties are actually returned, how a missing object name is handled, or whether the tool has any side effects.

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?

Six words, front-loaded with the verb and object — no wasted text. It errs on the side of under-specification rather than verbosity, but as pure conciseness it is efficient.

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 no output schema and no annotations, so the description must explain what 'detailed properties' means for an agent to know whether this answers its question. Set against a sibling list of over 200 tools with several overlapping object-introspection options, this one-liner leaves the agent guessing about return contents and error 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?

Schema description coverage is 100% — the sole parameter 'name' is documented as 'Name of the object.' The description's 'an object' maps cleanly onto that parameter but adds no extra meaning (name format, case sensitivity, scene context requirements), so the baseline 3 applies.

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 read verb ('Get'), a resource ('detailed properties'), and a clear scope ('of an object'). The 'detailed' qualifier loosely distinguishes it from blender_object_list, but it doesn't define what 'detailed properties' covers or differentiate it from blender_object_transform or blender_scene_info.

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 prefer this over blender_object_list, blender_object_transform, or blender_scene_info, all of which overlap in reading scene/object state. The only implied context is that a single named object is required; no alternatives or exclusions are mentioned.

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