map_select
Programmatically select nodes, stickies, and connections in a network diagram. Use node_ids for multi-select, or conn_id for a single connection.
Instructions
Programmatically select node(s)/sticky(s) and/or a connection. Pass node_ids (array) for multi-select; node_id (string) is legacy single-select. Empty array or null deselects. Connection selection remains single (multi-select connections out of scope v1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conn_id | No | Connection id to select (single-select) | |
| node_id | No | Legacy single node/sticky id (prefer node_ids for multi-select) | |
| node_ids | No | Array of node/sticky ids to select (multi-select). Replaces the existing selection. |