patina_capabilities
Browse the Unity command catalog without loading every schema. Filter by category, search, or command name, and include parameter schemas only for commands you plan to call.
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. |