Get Node Information
nodes.infoRetrieve comprehensive Maya node information with a single query. Choose from summary, transform, hierarchy, attributes, shape, or all to reduce tool-call chaining.
Instructions
Get comprehensive information about a Maya node in a single call. Use info_category to choose: summary (default), transform, hierarchy, attributes, shape, or all. Reduces tool-call chaining.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name to query | |
| info_category | No | Category of information to retrieve | summary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| scale | No | ||
| errors | No | ||
| exists | No | ||
| parent | No | ||
| rotate | No | ||
| scaleX | No | ||
| scaleY | No | ||
| scaleZ | No | ||
| shapes | No | ||
| rotateX | No | ||
| rotateY | No | ||
| rotateZ | No | ||
| children | No | ||
| full_path | No | ||
| node_type | No | ||
| translate | No | ||
| truncated | No | ||
| translateX | No | ||
| translateY | No | ||
| translateZ | No | ||
| visibility | No | ||
| shape_count | No | ||
| total_count | No | ||
| _size_warning | No | ||
| info_category | No | ||
| keyable_count | No | ||
| _original_size | No | ||
| children_count | No | ||
| _truncated_size | No | ||
| parent_full_path | No | ||
| keyable_truncated | No | ||
| keyable_attributes | No | ||
| keyable_total_count | No |