List Connections
connections.listRetrieve connections for a Maya node with direction and type filters. Limits response to 500 connections by default.
Instructions
List connections on a Maya node with direction and type filters. Returns max 500 connections by default to limit response size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name to query connections for | |
| limit | No | Max connections to return (default 500, use 0 for unlimited) | |
| direction | No | Filter by direction: incoming, outgoing, or both | both |
| connections_type | No | Filter by connection type (e.g., 'animCurve', 'shader') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| count | Yes | ||
| errors | Yes | ||
| truncated | No | ||
| connections | Yes | ||
| total_count | No | ||
| _size_warning | No | ||
| _original_size | No | ||
| _truncated_size | No |