execute_custom_tool
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.execute_custom_tool
Description
Execute a project-scoped custom tool registered by Unity.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
tool_name | str | yes | |
parameters | dict[str, Any] | None | — |
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.