Skip to main content
Glama

Inspect MCP Server

inspect

Get full metadata for any MCP server. Accepts reverse-DNS name, endpoint URL, or plain keyword. Includes payment protocol detection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYesReverse-DNS name, endpoint URL, or plain keyword

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states the tool returns full metadata and includes payment protocol detection, which conveys a read-only operation. However, it does not disclose potential side effects, error conditions, or whether network access is required, leaving some ambiguity.

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

Conciseness5/5

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

The description is three short sentences, each earning its place: it states the core function, acceptable inputs, and a notable feature. There is no redundancy or unnecessary detail.

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?

The tool has a single parameter and no output schema, so the description must infer return value expectations. It explains the full metadata promise and highlights payment protocol detection, giving a reasonable picture of the output. It does not exhaustively list fields, but for a simple inspection tool, it is sufficient.

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% with the parameter 'identifier' clearly described as a reverse-DNS name, URL, or keyword. The description repeats this exact information but adds no new semantics beyond the schema, so the baseline of 3 is appropriate.

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 the tool retrieves full metadata for any MCP server, using a specific verb ('Get') and resource ('MCP server'). It also highlights flexible input formats and a unique feature (payment protocol detection), which helps distinguish it from sibling tools like catalog, checkout, and search.

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

Usage Guidelines3/5

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

The description implies usage when metadata about a server is needed, and the input flexibility (reverse-DNS, URL, keyword) provides some practical guidance. However, it does not explicitly state when to use this tool over siblings or when not to use it, so it lacks strong usage differentiation.

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.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: catalog lists registries, checkout handles payment, inspect retrieves metadata, and search finds servers. No overlap or ambiguity.

Naming Consistency5/5

All tool names are single lowercase verbs (catalog, checkout, inspect, search), following a consistent and predictable pattern.

Tool Count5/5

4 tools are well-scoped for a server library: listing, searching, inspecting, and paying. Neither too few nor too many.

Completeness5/5

The tool surface covers the core user workflow: discover servers (catalog, search), examine them (inspect), and pay (checkout). No obvious gaps given the domain.

Resources