all the tools
# mcp-allthetools
all the tools from glama api in one place.
THIS IS A TEST SERVER AND DOES NOT ACTUALLY IMPLEMENT ANY TOOLS. THIS SERVER HAS ~8000 TOOLS AND CAN CRASH CLIENTS. DO NOT USE THIS IN PRODUCTION.TDQS
Scored across 24 tools
The tool set includes three distinct servers (Task Manager, Playwright, YouTube Music) with clear internal separation, but there is one ambiguous tool ('Git Spice Help MCP Server_get-world-weather') that doesn't fit any domain and lacks a description, causing confusion. Within each server, tools are generally distinct, but the overall set has this outlier.
Naming is highly inconsistent across servers: Task Manager uses verb_noun (e.g., 'addTask'), Playwright mixes verb_noun with descriptive phrases (e.g., 'playwright_get_visible_html'), and YouTube Music uses verb_noun (e.g., 'playTrack'). There's also a chaotic outlier ('Git Spice Help MCP Server_get-world-weather') with a different prefix style. This mix of conventions and prefixes reduces predictability.
With 24 tools total, the count is borderline high but reasonable given the multi-server nature. However, the distribution is uneven: Task Manager has 13 tools (well-scoped), Playwright has 8 (reasonable), YouTube Music has 2 (thin), and one outlier tool. This imbalance suggests some servers may be over or under-equipped for their domains.
For the Task Manager server, coverage is nearly complete with CRUD operations for projects and tasks, plus workflow tools like 'getNextTask' and 'exportProject'. Playwright covers core browser and codegen actions. YouTube Music is minimal but functional. The main gap is the ambiguous 'get-world-weather' tool, which doesn't align with any server's purpose, but overall, each server's domain is adequately covered.