list_libraries
List loaded LTspice libraries with optional filtering and pagination. Enable detailed view to reveal .SUBCKT and .MODEL names, and flag encrypted vendor files.
Instructions
List loaded libraries. With detail=true, also shows the .SUBCKT and .MODEL names defined in each library (so foundry .bjt/.mod files with hundreds of .MODEL cards are discoverable without guessing), and names encrypted vendor files whose bodies can't be parsed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Filter to a specific library path | |
| limit | No | Max results to return (server caps at 50; page with offset) | |
| detail | No | Include model names from each library | |
| format | No | Response format: 'json' for structured data, 'text' for human-readable | |
| offset | No | Pagination offset |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| libraries | No | ||
| pagination | No |