Skip to main content
Glama
openITCOCKPIT

openITCOCKPIT MCP Server

Official

Host Acknowledgements

list_host_acknowledgements
Read-onlyIdempotent

Retrieve acknowledgement history for a specific host, including who acknowledged a problem, when, and with what comment. Use it to check whether current host issues are already handled.

Instructions

Acknowledgement history for one host: who acknowledged a problem, when, and with what comment.

Per host only - openITCOCKPIT exposes no estate-wide acknowledgement list. To find out whether current problems are already handled, take the hosts from list_services_by_state and call this for each one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum rows to return. Defaults to 50, maximum 500.
hostnameYesExact host name. Required - there is no estate-wide form of this tool. Get a name from list_services_by_state, list_log_entries or get_container_tree first.

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

A4.7/5.0
Behavior5/5

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

Annotations already establish readOnly, idempotent, non-destructive behavior. The description adds meaningful behavioral context beyond those annotations: the per-host limitation, the absence of an estate-wide form, and the specific acknowledgement fields returned (who, when, comment). No contradiction with annotations.

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 compact and front-loaded: the first sentence states the purpose, the second adds the key limitation and usage workflow. Every sentence earns its place with no filler or redundancy.

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?

Given rich annotations, a fully documented 2-parameter schema, and an output schema, the description covers the essential usage condition (per host), the workflow, and what the result contains. Nothing needed for correct invocation is missing.

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 the baseline of 3 applies. The schema already documents hostname as exact and required with upstream sources, and limit as having default 50 and maximum 500. The tool description reinforces this context but does not add significant new parameter-level meaning.

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 opening sentence states the exact object and content: 'Acknowledgement history for one host: who acknowledged a problem, when, and with what comment.' It also distinguishes itself from an estate-wide listing via 'Per host only', making the tool's scope immediately unambiguous.

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

Usage Guidelines5/5

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

The description explicitly says this tool is per-host only, explains that no estate-wide acknowledgement list exists, and gives a concrete workflow: take hosts from list_services_by_state and call this tool for each one. This clearly tells an agent when and how to use it.

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