Skip to main content
Glama

evaluate_mcp

Call this BEFORE integrating any third-party MCP server: an unreliable or undocumented MCP wastes your tokens and can break your workflow. PAID $0.05 via x402 (USDC micropayment over HTTP 402 — no account or API key needed; on your first call without payment you receive the exact payment requirements, then retry with the X-PAYMENT header). Returns a complete objective quality report on the target: protocol conformance ('initialize' handshake), tool discovery via 'tools/list', per-tool and per-parameter documentation coverage, latency, and a safe functional probe — free tools are actually called, paid tools are only verified to be cleanly declared (MCP Judge never pays). You get a 0-100 score, A-F letter grade, per-criterion breakdown, and a plain-language summary you can act on. Tip: run the FREE quick_check first to get just the grade, and list_criteria to see exactly how scoring works. Objective checks only — no human and no LLM opinion; it does not judge the real-world usefulness or safety of the content. Set 'url' (required) to the target's MCP endpoint (Streamable HTTP), e.g. https://host/mcp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe target MCP server endpoint (Streamable HTTP), e.g. https://motherwise-api.onrender.com/mcp. Required.

TDQS

A4.6/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full behavioral burden and does so thoroughly: it discloses the $0.05 x402 payment mechanism, first-call payment negotiation, that free tools are actually called while paid tools are only declared, and that it never pays for paid tools. It also states objectivity limits and the return payload.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than average but every sentence serves a purpose: usage context, cost, behavior, outputs, routing tips, limitations, and parameter instruction. It opens with the high-priority usage directive and then flows logically. Slightly dense but well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given a single parameter, no output schema, and no annotations, the description covers all essentials: why to use it, when, cost, payment flow, checks performed, return format, limitations, and the required parameter with example. An agent has everything needed to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents 'url' as required Streamable HTTP endpoint. The description restates this ('Set 'url' (required) to the target's MCP endpoint (Streamable HTTP)') but adds no new semantics beyond what the schema offers, hence the 3 baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb ('Returns a complete objective quality report') and resource (third-party MCP server), and distinguishes itself from siblings by referencing quick_check and list_criteria as lighter alternatives. It names exactly what it does without ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'Call this BEFORE integrating any third-party MCP server' and provides routing alternatives: 'run the FREE quick_check first to get just the grade, and list_criteria to see exactly how scoring works.' This gives the agent clear when-to-use and alternative conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.7/5.0
Disambiguation5/5

Each tool has a distinct role: quick_check for fast screening, evaluate_mcp for detailed single-server evaluation, compare_mcps for head-to-head comparison, and list_criteria for transparency. No two tools overlap in purpose, so there is no ambiguity in selection.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (quick_check, evaluate_mcp, compare_mcps, list_criteria), making the set predictable and easy to navigate. The naming convention is uniform across all four tools.

Tool Count5/5

The server has exactly 4 tools, which is well-scoped for its purpose. Each tool covers a distinct aspect of evaluating MCP servers, and there is no redundancy or bloat. The count feels intentional and complete.

Completeness5/5

The toolset covers the full user journey for evaluating MCP servers: free quick screening (quick_check), in-depth analysis (evaluate_mcp), comparison between options (compare_mcps), and access to scoring criteria (list_criteria). There are no obvious gaps in lifecycle coverage.

Resources