get_project_structure
Retrieve the full structure and file details of a KiCad project by specifying the project path. Use this tool to analyze and manage project components within the KiCad MCP Server environment.
Instructions
Get the structure and files of a KiCad project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_path": {
"title": "Project Path",
"type": "string"
}
},
"required": [
"project_path"
],
"type": "object"
}