| mcp_script_compile | Tool that compiles a given PCB-Investigator Script in C# and returns either "Build successful" or the compiling errors. |
| mcp_script_create | Tool that generates a PCB-Investigator Script (C#) from a natural-language description by invoking the 'scripter' agent. The agent may call 'script_compile' and 'script_help' to validate and refine the code. The generated code is returned as text. |
| mcp_script_help | Tool that queries the PCB-Investigator SDK documentation via a RAG system to help answer user questions about scripting and the SDK. |
| mcp_script_run | Tool that compiles and executes a given PCB-Investigator Script in C#. On success, it returns "Execution successful". On failure, it returns either compile/validation errors or an execution error. |