Skip to main content
Glama

scan

Check MCP server health: auto-discovers servers from Claude config, connects and validates tools/prompts/resources. Optionally invoke tools to confirm execution and run security analysis. Get pass/fail status for every server.

Instructions

Use this to check if all your MCP servers are healthy. Auto-discovers servers from Claude config files, connects to each one, and verifies tools/prompts/resources respond correctly. Use with deep=true to also invoke tools and confirm they actually execute. Returns pass/fail status for every server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
configNoPath to a specific MCP config file. If omitted, scans default locations.
deepNoAlso invoke safe tools to verify they execute.
securityNoRun security analysis on tool schemas.
Behavior4/5

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

With no annotations, the description effectively discloses behavior: auto-discovery, connection, verification of tools/prompts/resources, optional deep invocation, and return of pass/fail status. No contradictions.

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?

Three sentences front-load the purpose and are efficient. Every sentence adds value, though it could be slightly more structured.

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

Completeness3/5

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

No output schema, and the description only vaguely states 'returns pass/fail status for every server'. It lacks details on the return format, especially for different modes, leaving some ambiguity.

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 baseline is 3. The description adds context for the 'deep' parameter (invokes tools), but does not elaborate on 'config' or 'security' beyond the schema.

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

Purpose4/5

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

The description clearly states the tool checks all MCP servers' health and auto-discovers them. It is distinct from siblings like 'check_server' which implies a single server, but does not explicitly differentiate.

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 provides a clear use case ('check if all your MCP servers are healthy') and a tip for deep mode, but does not mention when not to use or contrast with alternatives like 'check_server' or 'verify'.

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

Install Server

Other Tools

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/KryptosAI/mcp-observatory'

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