get_drc_history_tool
Retrieve DRC check history for KiCad projects by providing the project file path. Access detailed design rule check results to analyze and improve PCB designs.
Instructions
Get the DRC check history for a KiCad project.
Args: project_path: Path to the KiCad project file (.kicad_pro)
Returns: Dictionary with DRC history entries
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_path | Yes |