Skip to main content
Glama

server_health

Check the health of the MCP server and its database connectivity. Optionally include database statistics and run integrity checks.

Instructions

Check MCP server health and database connectivity

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_statsNoInclude database statistics (default: false)
include_integrityNoRun PRAGMA integrity_check and include the result (default: false)
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool checks health and connectivity but does not disclose whether it is read-only, potential side effects, or any resource costs. The parameter schema mentions integrity checks, but the main description adds no behavioral context beyond the basic action.

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 a single, focused sentence with no filler words. It effectively communicates the core purpose in the fewest words possible, making it highly efficient and easy to parse.

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?

For a simple health check tool with two optional boolean parameters, the description is adequate but leaves gaps: it does not specify what the response contains, how failures are indicated, or any timeouts. Since there is no output schema, a little more detail about the return value would improve completeness.

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%, with both parameters (include_stats, include_integrity) fully described in the input schema. The description does not add parameter information, but the baseline of 3 applies because the schema already handles parameter semantics adequately.

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 uses the specific verb 'Check' and identifies the resource as 'MCP server health and database connectivity', which clearly conveys the tool's scope. It distinguishes from sibling tools like 'server_stats' by focusing on health and connectivity rather than metrics, though it does not explicitly name alternatives.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives such as 'server_stats' or other diagnostic tools. The description simply states the function without providing context on appropriate use cases, prerequisites, or exclusions.

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/lovellfelix/session-memory'

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