get_plan
Fetch PlanData for a wiring harness project. Filter by node, link, or conductor IDs to retrieve specific elements instead of the full plan.
Instructions
Get PlanData for a project. WARNING: Can be very large for complex plans. PREFER get_plan_summary to understand plan state. Use node_ids/link_ids to fetch specific elements instead of the full plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_ids | No | Only return these specific links (by ID). Omit for all. | |
| node_ids | No | Only return these specific nodes (by ID). Omit for all. | |
| project_id | Yes | Project UUID | |
| include_bom | No | Include BOM entries | |
| include_nets | No | Include nets/signals | |
| conductor_ids | No | Only return these specific conductors (by ID). Omit for all. |