Skip to main content
Glama

list_registry_tools

Read-only

List all 228 Blender tools and filter by category (objects, materials, geometry nodes, etc.) to identify the right tool before invoking call_registry_tool.

Instructions

Lista el catálogo completo de tools de Blender (228: mallas, materiales, nodos de geometría/shader, rigging, render, IO, UV, impresión 3D...). Filtra por categoría: objects, materials, lights, modifiers, animation, render, io, rigging, camera, scene, scene_utils, uv_texture, printing, batch, geometry_nodes, geometry_nodes_extended, shader_nodes, shader_nodes_extended. Úsala antes de call_registry_tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The readOnlyHint annotation already indicates this is a safe read operation, and the description is consistent with that by using 'Lista' (lists). The description adds minor context by mentioning the catalog size and available categories, but it does not disclose additional behavioral traits such as return size, pagination, or potential costs. With annotations covering the safety profile, a score of 3 is appropriate.

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?

The description is front-loaded with the main purpose, then lists the valid categories in a compact way, and ends with a clear usage instruction. The category list is necessary for parameter understanding, and while it adds length, every sentence earns its place. It is not overly verbose for the information conveyed.

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?

Given the tool's simplicity and the presence of an output schema, the description covers the essential aspects: what it does, when to use it, and what parameters it accepts. It does not explain return values, but the output schema compensates for that. It could mention the read-only nature, but the annotation covers that. Overall, it is sufficiently complete for a catalog-listing tool.

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?

Schema coverage is 0%, and the description compensates by explaining that the 'category' parameter filters the list and enumerates all valid category values (objects, materials, lights, etc.). This gives meaning beyond the raw string type and default, though it does not explicitly state that omitting the category returns the full catalog.

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 tool's function: 'Lista el catálogo completo de tools de Blender' (Lists the complete Blender tools catalog), with a specific verb and resource. It distinguishes itself from siblings by explicitly saying to use it before call_registry_tool, and it provides a filtering capability that is not present in other listing tools.

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

Usage Guidelines4/5

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

The description gives an explicit usage directive: 'Úsala antes de call_registry_tool' (Use it before call_registry_tool), which indicates when to use this tool. It also lists valid categories for filtering, providing context for typical usage, but it does not mention alternatives or when not to use the tool.

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/HitamLegit6777/blender-mcp-ultra'

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