analyze_bom
Analyze KiCad project Bill of Materials files to extract component counts, categories, and cost estimates for better project management.
Instructions
Analyze a KiCad project's Bill of Materials.
This tool will look for BOM files related to a KiCad project and provide analysis including component counts, categories, and cost estimates if available.
Args: project_path: Path to the KiCad project file (.kicad_pro) ctx: MCP context for progress reporting
Returns: Dictionary with BOM analysis results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ctx | Yes | ||
project_path | Yes |