blender_api_docs
Look up Blender Python API documentation for an identifier.
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.
Return Format
Standard dict with keys: success, message, data
Examples
await call_tool("blender_api_docs", {"identifier": "bpy.types.Object"})Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | ||
| identifier | No | bpy.types.Object |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||