Skip to main content
Glama

blender_list_collections

View and analyze Blender scene organization by listing all collections with optional object details to understand structure and manage assets.

Instructions

List all collections in the current Blender scene with optional object details.

Provides comprehensive view of scene organization structure, including nested collections and object membership.

Args:

  • include_objects (boolean, default false): Include objects in each collection

  • object_details (boolean, default false): Include detailed object information

Returns: Hierarchical list of collections with optional object details and statistics

Examples:

  • Simple list: include_objects=false, object_details=false

  • With objects: include_objects=true, object_details=false

  • Full details: include_objects=true, object_details=true

Use when: Understanding scene structure, managing assets, planning organization Don't use when: Creating new collections (use create_collection instead)

Performance: Fast operation, minimal performance impact

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_objectsNoInclude objects in each collection
object_detailsNoInclude detailed object information

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