unity-tool-list

List Unity-MCP tools from the connected editor with optional regex filtering.

Updated Aug 26, 2025
One-click install
npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill unity-tool-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-tool-list
Source: https://github.com/infotechsrealm/PanicAtThePond/tree/main/.claude/skills/unity-tool-list
Command: npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill unity-tool-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The 'unity-tool-list' Skill solves the problem of manually finding and identifying Unity-MCP tools registered in the connected Unity Editor instance, enabling quick access to tool names, descriptions, and arguments.

Core Features & Use Cases

  • Dynamic Tool List Generation: Fetches and lists all Unity-MCP tools from the connected Unity Editor instance.
  • Regex Tool Filtering: Allows optional regex filter by tool name, description, and argument names/descriptions.
  • Control Verbosity: Provides options to include tool descriptions and input arguments in the response to suit different levels of detail.

Quick Start

List all Unity-MCP tools using 'unity-tool-list'.

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 from a connected editor?

You can retrieve a complete list of Unity-MCP tools by fetching registrations directly from the connected Unity Editor instance, allowing quick access to available tool names and functions.

Can I filter Unity development tools using regex?

Yes, you can filter Unity development tools using optional regex capabilities to match specific tool attributes, including tool names, descriptions, and argument names or descriptions.

How do I get detailed descriptions and input arguments for Unity-MCP tools?

You can get detailed Unity-MCP tool information by using verbosity toggles, which include comprehensive tool descriptions and input arguments in the response alongside the basic tool names.

Does the Unity-MCP tool listing service require any external dependencies?

No, the Unity-MCP tool listing service operates without external dependencies, functioning entirely as an interface to query the connected Unity Editor instance for registered tool data.

What is the best way to identify specific Unity editor tools for my workflow?

The best way to identify specific Unity editor tools is to fetch a dynamic list from the Unity Editor and apply regex filtering by tool name or argument to isolate exactly what your workflow needs.