Skip to main content

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

NameTypeRequiredDescription
tool_namestryes
parametersdict[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.