Skip to main content
Glama
Berrio
by Berrio

blender_list_objects

List Blender scene objects without modifying the scene. Filter by object type and limit results for efficient scene inspection.

Instructions

List Blender scene objects without modifying the scene.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
object_typeNoOptional Blender type such as MESH or ARMATURE
Behavior3/5

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

No annotations are present, so the description carries the burden. It discloses that the operation does not modify the scene, which is a key behavioral trait. However, it does not describe the return format, whether it returns a simple list of names or full object data, or any other side effects/limitations.

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

Conciseness5/5

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

A single, front-loaded sentence with no filler. It communicates the core purpose and a safety qualifier efficiently.

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

Completeness4/5

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

For a simple list operation with no output schema, the description adequately explains what the tool does and its non-destructive nature. It lacks detail about return values or use cases, but given the tool's low complexity, it is sufficient. However, it could mention that results can be filtered by object_type or limited.

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 description does not mention the 'limit' or 'object_type' parameters. The schema covers one of two parameters with a description (object_type), and limit's name/constraints are self-explanatory, so the description adds no extra meaning. With 50% schema coverage, this is borderline; a parameter explanation would help.

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

Purpose5/5

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

The description clearly states the action ('List') and the resource ('Blender scene objects'), and adds a safety qualifier ('without modifying the scene') that distinguishes it from mutation tools like blender_create_humanoid_character or blender_export_character_glb. The verb is specific and unambiguous.

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 explicit guidance on when to use this tool versus siblings such as blender_scene_summary or blender_status. The 'without modifying the scene' implies a safe read operation, but there is no mention of alternatives, exclusions, or prerequisites.

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/Berrio/blender-MCP'

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