patina_capabilities
Browse Unity commands with filters for category or search. Include schemas only for the command you intend to call to keep context small.
Instructions
Browse Patina's Unity command catalog without loading every command schema. Filter by category/search/command; set include_schema=true only for commands you intend to call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Optional text search over command names, categories, and descriptions. | |
| command | No | Optional exact command name. Use with include_schema=true before calling patina_call. | |
| category | No | Optional exact category filter, e.g. "prefab", "asset", "scene", "script", or "validation". | |
| include_schema | No | Include JSON parameter schema for returned commands. Defaults to false to keep context small. |