patina_capabilities
Browse and filter Unity command catalog by search, category, or command name. Include parameter schemas only for commands you intend to call, reducing context usage.
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. |