Skip to main content
Glama

blender_api_docs

Look up Blender Python API documentation for any identifier like bpy.types.Mesh. Use to verify API calls before writing scripts.

Instructions

Look up Blender Python API documentation for an identifier.

Examples: Mesh, bpy.types.Mesh, bpy.ops.mesh.primitive_cube_add.

Use before writing bpy scripts to reduce hallucinated API calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierNobpy.types.Object
searchNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries burden. It describes a non-destructive lookup, but doesn't detail how search works, return format, or potential limitations like offline use. Adequate but not rich.

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?

Three concise sentences: purpose, examples, usage advice. No redundant or missing words. Efficiently conveys everything needed.

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, the description covers core use and context. It doesn't detail search behavior or error handling, but output schema likely covers return values. Minor omissions but largely adequate.

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 coverage is 0%, but the description gives examples for identifier and hints at usage. The search parameter is not explained. With zero schema descriptions, the description partially compensates but leaves gaps.

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 looks up Blender Python API documentation for an identifier, with concrete examples (Mesh, bpy.types.Mesh). It distinguishes from siblings like blender_help which might be more general.

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?

Explicitly advises using before writing bpy scripts to avoid hallucinated API calls, providing clear context. However, no information on when not to use or alternatives.

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