Skip to main content
Glama
oaslananka

MCP Health Monitor

Get Health Report (Markdown)

get_report
Read-only

Generate a human-readable Markdown health report covering uptime, response times, and Azure DevOps pipeline status for all monitored servers over a specified time period.

Instructions

Get a human-readable Markdown health report for all servers. Paste directly into chat or docs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds behavioral context by stating the output is human-readable Markdown and covers all servers. This goes beyond annotations without contradiction.

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 two concise sentences, front-loaded with the purpose. Every word adds value; no waste.

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?

The tool is simple with one optional parameter and no output schema. The description covers purpose and output format adequately but omits description of the parameter, leaving a gap for agents to infer.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not mention the 'hours' parameter. The agent must rely solely on the schema (which has constraints but no description) to understand its meaning. For a simple parameter, this is a notable gap.

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 verb 'get', the resource 'health report', the scope 'all servers', and the output format 'Markdown'. It distinguishes itself from siblings like 'check_server' (per-server) and 'get_dashboard' (likely visual).

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 mentions pasting into chat or docs, implying usage context. However, it does not specify when to use this tool versus alternatives like 'check_server' or 'check_all', nor does it provide exclusions. The guidance is clear but incomplete.

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/oaslananka/mcp-health-monitor'

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