find_component_connections
Identify all connections for a specific component in a KiCad project. This tool extracts detailed information about how a component links to others in the schematic, aiding in design analysis and debugging.
Instructions
Find all connections for a specific component in a KiCad project.
This tool extracts information about how a specific component is connected to other components in the schematic.
Args: project_path: Path to the KiCad project file (.kicad_pro) component_ref: Component reference (e.g., "R1", "U3") ctx: MCP context for progress reporting
Returns: Dictionary with component connection information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component_ref | Yes | ||
ctx | Yes | ||
project_path | Yes |