Skip to main content
Glama

quick_check

FREE, no payment required. Instant trust check of any MCP server: returns only the 0-100 score, A-F grade, tool count, latency and a one-line verdict — no detailed report. Use this FIRST, before integrating any third-party MCP server, to see at a glance whether it is technically trustworthy; an unreliable MCP wastes your tokens and can break your workflow. For the full actionable report (per-tool documentation coverage, functional probe results, score breakdown, plain-language summary) call evaluate_mcp; to pick between alternatives call compare_mcps. 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.3/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does substantial work: it discloses the return shape ('returns only...no detailed report'), cost ('FREE, no payment required'), and latency implications. It doesn't spell out failure/error behavior or whether the call is read-only, but for a lightweight check the key behavioral boundaries are covered.

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 front-loaded with the core result, then use case, then alternative routing, then parameter — a logical order. It is slightly promotional ('FREE, no payment required', 'wastes your tokens and can break your workflow'), but these factors are relevant to an agent deciding whether to call it.

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

Completeness4/5

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

There is no output schema, but the description compensates by enumerating all returned fields and the lack of a detailed report. The single parameter is fully covered and siblings are routed. Only missing extras such as error/timeout behavior, which are not essential for first-line triage.

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 description coverage is 100%, so the schema already documents the single 'url' parameter as the MCP endpoint. The description repeats this ('Set 'url' (required) to the target's MCP endpoint') and adds an example ('https://host/mcp'), which is a modest supplement but not new semantics.

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?

Description states an exact action — 'Instant trust check of any MCP server' — and names the exact return payload ('0-100 score, A-F grade, tool count, latency and a one-line verdict') while explicitly distinguishing itself from evaluate_mcp and compare_mcps. The resource and scope are unambiguous, and it cannot be confused with siblings.

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?

It gives an explicit trigger: 'Use this FIRST, before integrating any third-party MCP server,' and explains why (unreliable servers waste tokens and break workflows). It also names the alternatives with their conditions: evaluate_mcp for a full report, compare_mcps for comparing alternatives.

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