Get Component List
get_component_listRetrieve a list of all components on the PCB. Optionally filter by layer or bounding box to focus on specific regions.
Instructions
Return a list of all components on the PCB, optionally filtered by layer or bounding box region.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit | No | Unit for coordinates (default: mm) | |
| layer | No | Filter by layer (e.g., 'F.Cu', 'B.Cu') | |
| boundingBox | No | Filter by bounding box region |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |