get_footprint
Get a component's full footprint details by reference designator: position, rotation, bounding box, pad nets, and types. Use this to verify connectivity and physical dimensions.
Instructions
Returns detailed information about a single footprint (component) by its reference designator. Includes position, rotation, layer, bounding box, custom fields (like Value and Footprint library name), and a full list of pads with their net names, positions in millimeters, and pad types (SMD, through-hole, NPTH, edge-connector). Use this when you need to understand a specific component's connectivity or physical dimensions. If the reference does not exist on the board, the error response lists all available reference designators you can use instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference | Yes | Reference designator of the footprint to inspect. Examples: U1, R1, C1, J1, D1. Use list_footprints to discover available references. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |