List Nodes
nodes.listList nodes in a Maya scene with optional filters by type, name pattern, or custom limit. Returns full DAG paths if requested.
Instructions
List nodes in the Maya scene, optionally filtered by type. Returns max 500 nodes by default to limit response size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max nodes to return (default 500, use 0 for unlimited) | |
| pattern | No | Name pattern filter (supports wildcards) | * |
| node_type | No | Filter by node type (e.g., 'transform', 'mesh') | |
| long_names | No | Return full DAG paths |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| nodes | Yes | ||
| truncated | No | ||
| total_count | No | ||
| _size_warning | No | ||
| _original_size | No | ||
| _truncated_size | No |