Skip to main content
Glama

MCP Tool Auditor

Audit any MCP tool description for LLM reliability. Detect smells, scores quality 0-100, and rewrite for better agent accuracy.

Zero external APIs. Pure computation. Built for developers who care about agent reliability.

MCP License: MIT Daily AI Project

Why this exists

Research in 2026 shows that 97% of MCP tool descriptions contain at least one "smell" (vague purpose, missing usage guidelines, opaque parameters). When descriptions are weak, AI agents pick the wrong tool or waste steps.

This MCP server lets you (or your agent) audit and fix those descriptions before you publish.

Related MCP server: hallumark

Quick start

# Install & run with any MCP client
npx -y mcpize connect @princeruhulofficial/tool-auditor --client claude

Or add to your Claude / Cursor / other client config:

{
  "mcpServers": {
    "tool-auditor": {
      "command": "npx",
      "args": ["-y", "mcp-tool-auditor"]
    }
  }
}

Tools

Tool

What it does

audit_tool

Score one tool description (0-100), list smells, give fix suggestions

rewrite_tool_description

Generate a high-quality rewritten description ready to paste

audit_tool_list

Audit a full list of tools — detect overcrowding + rank quality

get_best_practices

Return the current best-practice checklist for MCP tool descriptions

Why entrepreneurs care

If you are building AI products or selling MCP servers:

  • Agents that pick the wrong tool = wasted tokens + angry users

  • High-quality tool descriptions = higher task success rate

  • This server is free to run (no API bills) and can be called by your own agents during development

Pricing (when published on MCPize)

  • Free: 100 audits / day

  • Pro $9/mo: 2 000 audits / day

Development

npm install
npm run build
npm run test:smoke

License

MIT © Prince Ruhul / Prevalid


Daily AI MCP project generated by Grok for @princeruhulofficial
Date: 2026-07-30

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/princeruhulofficial/mcp-tool-auditor-20260730'

If you have feedback or need assistance with the MCP directory API, please join our Discord server