Skip to main content
Glama

blender_get_object_info

Query detailed properties of a Blender object by name to get transforms, materials, modifiers, and relationships for informed modifications.

Instructions

Query detailed properties of specific Blender object by name.

Returns object type, transforms (location/rotation/scale), bounding box, materials, modifiers, and parent/children relationships.

Args:

  • object_name (string): Name of object to query (e.g., "Cube", "Camera")

  • response_format ('markdown' | 'json'): Output format (default: 'markdown')

Returns: For JSON: { name, type, location: [x,y,z], rotation: [...], scale: [...], materials: [...], ... } For markdown: Formatted object details

Use when: Need specific object details before modifying Don't use when: Querying entire scene (use blender_get_scene_info instead)

Error: Returns "Object not found" if object_name doesn't exist

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_nameYesName of object to query
response_formatNoOutput format: markdown or jsonmarkdown

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

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