tool-list

List MCP tools with descriptions and inputs, filterable by regex.

3.8k|349|Updated Apr 2, 2025
One-click install
npx skills add https://github.com/IvanMurzak/Unity-MCP --skill tool-list-ivanmurzak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tool-list
Source: https://github.com/IvanMurzak/Unity-MCP/tree/main/Unity-MCP-Plugin/.claude/skills/tool-list
Command: npx skills add https://github.com/IvanMurzak/Unity-MCP --skill tool-list-ivanmurzak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers and product teams quickly discover all available MCP tools, reducing the time spent reading docs and guessing capabilities.

Core Features & Use Cases

  • Tool discovery: List all MCP tools with concise descriptions and their inputs.
  • Regex-based filtering: Narrow results by matching tool names, descriptions, or argument names.
  • Use Case: When integrating MCP tooling, quickly compare tools to identify candidates that match your data processing or automation needs.

Quick Start

List all MCP tools and filter them by a regex across names, descriptions, and arguments.

Frequently Asked Questions about tool-list

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

FAQPage Schema
How do I list all available MCP tools and their inputs?

To list all available MCP tools, you can enumerate them with their descriptions and inputs. This allows developers to quickly discover capabilities and compare tools across diverse use cases without manually reading extensive documentation.

Can I filter MCP tools using regex?

Yes, you can filter MCP tools using regex. The filtering mechanism matches tool names, descriptions, and argument names, allowing you to narrow results and identify candidates that match your data processing or automation needs.

What is the best way to discover MCP tools for an integration?

The best way to discover MCP tools for an integration is to enumerate all tools and apply regex filtering across names, descriptions, and arguments. This reduces the time spent guessing capabilities and helps you compare options efficiently.

Does the MCP tool list include argument names and descriptions?

Yes, the MCP tool list includes argument names and descriptions. The results follow a strict schema that provides fields for the tool name, description, and inputs, with optional metadata included as needed for comprehensive tool discovery.

What are the limitations of regex filtering for MCP tool discovery?

Regex filtering for MCP tool discovery is limited to matching tool names, descriptions, and argument names. It does not execute or test the tools, serving strictly as a discovery and comparison mechanism to identify potential candidates for your workflow.