Get Attributes
attributes.getRetrieve attribute values from a Maya node. Supports batch queries to reduce tool call chaining.
Instructions
Get one or more attribute values from a Maya node. Supports batch queries to reduce tool call chaining.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name to query | |
| attributes | Yes | Attribute names to get (e.g., ['translateX', 'visibility']) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| count | Yes | ||
| errors | Yes | ||
| attributes | Yes |