extract_project_netlist
Extract netlist data from a KiCad schematic. This tool processes the project file (.kicad_pro) to retrieve and return detailed netlist information in a structured format.
Instructions
Extract netlist from a KiCad project's schematic.
This tool finds the schematic associated with a KiCad project and extracts its netlist information.
Args: project_path: Path to the KiCad project file (.kicad_pro) ctx: MCP context for progress reporting
Returns: Dictionary with netlist information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ctx | Yes | ||
project_path | Yes |