get_board_info
Retrieve board metadata from the current KiCad PCB, including title, date, company, revision, and comments.
Instructions
Get board metadata (title, date, company, revision, comments).
Returns: Dictionary with board metadata fields.
Example: >>> get_board_info() {"title": "My PCB", "date": "2025-01-01", "company": "", "revision": "1.0"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||