get_project
Retrieve the name and file path of the current KiCad PCB project.
Instructions
Get current project information.
Returns: Dictionary with project name and path.
Example: >>> get_project() {"name": "my_design", "path": "/path/to/my_design.pro"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||