validate_script
Auto-generated from the Python tool registry. Do not hand-edit outside
<!-- examples:start --><!-- examples:end -->blocks — the generator (tools/generate_docs_reference.py) will overwrite them.
Group: core · Module: services.tools.manage_script
Description
Validate a C# script and return diagnostics.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
uri | str | yes | URI of the script to validate under Assets/ directory, mcpforunity://path/Assets/... or file://... or Assets/... |
level | Literal['basic', 'standard'] | — | Validation level |
include_diagnostics | bool | — | Include full diagnostics and summary |
Returns
A dict containing the Unity response. The exact shape depends on the action.
Examples
No examples yet. Add usage examples here — they will be preserved across regenerations.