Skip to main content
Glama
openITCOCKPIT

openITCOCKPIT MCP Server

Official

Service Downtimes

list_service_downtimes
Read-onlyIdempotent

List scheduled or active service downtimes for specific hosts or services. Use only_active=true to show only downtimes currently in effect.

Instructions

Scheduled and running downtimes for services. Leave hostname/servicename empty for all services. Set only_active=True for downtimes running right now.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum rows to return. Defaults to 50, maximum 500.
hostnameNoRestrict to this host. Empty means every host.
only_activeNoTrue returns only downtimes running right now, not those scheduled for later.
servicenameNoRestrict to this service. Empty means every service.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hintNoHow to narrow the query when truncated.
countYesNumber of rows in `items`.
itemsYesThe rows, at most `limit` of them.
truncatedYesTrue if openITCOCKPIT held more rows than were returned.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already establish read-only, open-world, idempotent, and non-destructive behavior. The description adds the scheduled-vs-running distinction, but no further behavioral context such as response ordering, pagination, or how service downtimes relate to host downtimes.

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?

Two sentences with no filler. The first identifies the resource, and the second delivers the two most decision-relevant parameter tips. Every sentence earns its place.

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?

For a read-only list tool with 100% schema coverage and an output schema, the description covers the core semantic distinction (scheduled vs running) and the all-services behavior. It does not explain how service downtimes relate to host downtimes, but that is not essential for invoking the tool correctly.

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%, so the baseline is 3. The description restates the 'empty means all' and 'only_active' semantics but does not add syntax or format details beyond what the schema already provides.

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 opens with 'Scheduled and running downtimes for services,' which clearly identifies the resource and scope. It distinguishes from the sibling list_host_downtimes by the 'services' qualifier, though it does not explicitly name or contrast that sibling.

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?

It gives concrete parameter guidance: 'Leave hostname/servicename empty for all services' and 'Set only_active=True for downtimes running right now.' However, it provides no guidance on when to choose this tool over alternatives like list_host_downtimes or the acknowledgement-listing siblings.

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

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/openITCOCKPIT/openITCOCKPIT-MCP-Server'

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