Skip to main content
Glama

blender_help

Get help, search, list, and view details for Blender tools by category, name, or description.

Instructions

Get help, list tools, search, tool info, or categories (portmanteau).

Operations:

  • help: Comprehensive help for tools/functions (use function_name, category, detail_level)

  • list_tools: List all tools, optionally filtered by category

  • search: Search tools by name or description (use query)

  • tool_info: Detailed info for one tool (use tool_name)

  • categories: List all categories with tool counts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationNoOne of help, list_tools, search, tool_info, categorieshelp
function_nameNoFor help - specific function name
categoryNoFor help/list_tools - category filter
detail_levelNoFor help - brief, normal, detailednormal
queryNoFor search - search term
tool_nameNoFor tool_info - tool to describe

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It describes operations and parameters but does not disclose behavioral traits like side effects, permission requirements, or rate limits.

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 concise and well-structured, with a clear header line and a bullet list of operations. Every sentence adds value, and it is front-loaded with the essential 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?

Given the tool's complexity (6 parameters, output schema exists), the description covers operations comprehensively. It could mention the output format, but the presence of an output schema mitigates this gap.

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 description coverage is 100%, and the description adds value by mapping parameters to specific operations (e.g., function_name for help, query for search), enhancing understanding beyond the schema.

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 purpose: 'Get help, list tools, search, tool info, or categories.' It lists specific operations, distinguishing it from sibling tools which are specific functional tools (e.g., blender_mesh, blender_render).

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 context (getting help vs. performing actions), but lacks explicit guidelines on when to use this tool versus alternatives, such as when not to use it or specific use cases.

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

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