blender_get_object_data
Retrieve detailed data for a specific Blender object, controlling which sections to include such as mesh stats, modifiers, materials, and more.
Instructions
Get detailed data for a single object. Use the 'include' parameter to control which data is returned, avoiding context overflow.
Use this when: you need details about a specific object.
Do NOT use for: armature bone data (use blender_get_armature_data), node tree structure (use blender_get_node_tree).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the object to inspect. | |
| include | No | Which data sections to include. Use 'summary' for a quick overview. |