Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

material_list

List materials for a specific object or retrieve all materials in the Blender scene. Use object name to filter or leave empty for full scene.

Instructions

List materials — on a specific object or all materials in the scene.

Args: object_name: Object name (empty = list all scene materials)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_nameNo
Behavior3/5

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

With no annotations, the description carries the full burden. It correctly indicates a read operation ('List materials'), but provides no additional behavioral details such as side effects, permissions, or performance. It meets the minimum but adds little beyond the name.

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?

The description is extremely concise: two sentences plus an arg line. No unnecessary words. Every part serves a purpose.

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 one optional parameter and no output schema, the description is nearly complete. It explains what the tool does and how the parameter works. It could mention the return format (e.g., list of material names), but the omission is minor given the tool's simplicity.

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

Parameters4/5

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

The schema has no parameter descriptions (0% coverage), but the description adds meaningful semantics: 'object_name: Object name (empty = list all scene materials)'. This clarifies the default behavior and parameter usage, compensating well for the schema gap.

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 verb 'List' and the resource 'materials', with specific scope 'on a specific object or all materials in the scene'. This distinguishes it from other material tools like material_assign or material_create_pbr. The purpose is unambiguous.

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 usage when you need to view materials, either globally or per object. However, it does not explicitly state when not to use it, nor does it mention alternatives like list_materials (a sibling). Guidance is adequate but not thorough.

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/dwgx/blender-copilot'

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