list_components
Retrieve components from a circuit file with optional filtering by type prefix or look up a single component value by reference. Supports pagination and text or JSON output.
Instructions
List components in a circuit file, optionally filtered by type prefix, or return a single component value by reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to circuit file (.cir, .net, or .asc) | |
| prefix | No | Filter by reference prefix (e.g., 'R', 'M', 'C') | |
| reference | No | Look up a single component by reference (e.g., 'R1') | |
| offset | No | Pagination offset | |
| limit | No | Max results to return (server caps at 50; page with offset) | |
| format | No | Response format: 'json' for structured data, 'text' for human-readable |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| components | No | ||
| pagination | No |