Skip to main content
Glama
crunchtools

mcp-nagios-crunchtools

by crunchtools

nagios_current_problems_tool

Retrieve a summary of current Nagios problems: lists hosts and services in non-OK state, or confirms all systems are OK.

Instructions

List all hosts and services currently in a non-OK state.

Returns: Summary of all current problems, or confirmation that everything is OK.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It clearly conveys read-only behavior through 'List' and discloses what the return will be: a summary or confirmation that everything is OK. It does not mention potential edge cases like how acknowledged problems are handled, but for a simple listing tool this is acceptable.

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 sentences, front-loads the tool's main purpose, and has no filler or repetition. Every sentence contributes useful information.

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

Completeness5/5

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

For a zero-parameter list tool with an output schema, the description fully covers what the tool does and what the caller should expect. No additional context about invocation arguments or output semantics is needed.

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

Parameters4/5

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

There are no parameters, and schema coverage is 100%, so the description need not add parameter details. The baseline for zero-parameter tools is 4, and the description correctly stays out of indicating nonexistent inputs.

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 a specific verb ('List') and resource ('all hosts and services currently in a non-OK state'). It also distinguishes itself from siblings that focus on individual host or service status, making its purpose immediately obvious.

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

Usage Guidelines4/5

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

The description implies this is the tool to use for a high-level current-problem summary across hosts and services, but it does not explicitly state when not to use it or name alternatives. The context is clear enough for an agent to choose it appropriately, though exclusions are absent.

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/crunchtools/mcp-nagios'

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