What problem does it solve? When working with the Unity MCP plugin, it is hard to know which tools are currently registered in the connected Unity Editor instance. This Skill enumerates every available Unity-MCP tool so you can discover capabilities before invoking them. ## Core Features & Use Cases - Tool Discovery: Iterates all tools registered in the connected Unity Editor via the Unity MCP plugin and returns their names. - Regex Filtering: Optionally filters tools with a case-insensitive regex matched against tool names, descriptions, and argument names/descriptions, with a 200ms execution-timeout guard. - Verbosity Control: Toggles let you include tool descriptions and input argument details (names only, or names plus descriptions) to control response size. - Use Case: Before automating an editor task, run the tool with a regex like "scene" to find every scene-related MCP tool and inspect its expected inputs. ## Quick Start Ask the AI to list all Unity-MCP tools registered in the connected Unity Editor, optionally filtering by a keyword such as "scene".