unity-tool-list

List and filter Unity-MCP tools using regex patterns.

Updated May 3, 2026
One-click install
npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill unity-tool-list-rakamenouya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-tool-list
Source: https://github.com/RakameNouya/MR-Bab_10_and_Kel_3/tree/main/.gemini/skills/unity-tool-list
Command: npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill unity-tool-list-rakamenouya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of listing all Unity-MCP tools registered in the connected Unity Editor instance, allowing users to optionally filter the tools using regex patterns.

Core Features & Use Cases

  • List Tools: Display a comprehensive list of Unity-MCP tools registered in the Unity Editor instance.
  • Regex Filtering: Filter tools by name, description, and argument names/descriptions using optional regex patterns.
  • Verbosity Toggles: Control the response size by including or excluding tool descriptions and input arguments.

Quick Start

Run the unity-tool-list skill with the desired options: unity-mcp-cli run-tool unity-tool-list --input '{"regexSearch": "string_value", "includeDescription": "string_value", "includeInputs": "string_value"}'.

Frequently Asked Questions about unity-tool-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all available Unity-MCP tools in my Unity Editor instance?

You can list Unity-MCP tools by running a command that queries the connected Unity Editor instance and retrieves all registered tools. The output displays tool names and can optionally include descriptions and input arguments.

Can I filter Unity Editor tools by name or description using regex?

Yes, you can filter Unity Editor tools using optional regex patterns. The regex search matches against tool names, descriptions, and argument names to help you find specific tools quickly.

What is the best way to reduce response size when listing Unity-MCP tools?

The best way to reduce response size is by toggling verbosity. You can exclude tool descriptions and input arguments using dedicated flags to control the output payload size.

Do I need a running Unity Editor instance to discover Unity-MCP tools?

Yes, you need a connected Unity Editor instance. The tool discovery process queries the Unity Editor directly to list all registered Unity-MCP tools available in that specific environment.

Why does my Unity-MCP tool listing not show argument descriptions?

Argument descriptions may be hidden because the verbosity toggle for inputs is disabled. You must explicitly set the includeInputs flag to display argument names and descriptions in the results.