Skip to main content
Glama
openITCOCKPIT

openITCOCKPIT MCP Server

Official

Service Template Groups

list_servicetemplategroups
Read-onlyIdempotent

Retrieve named service template groups to bulk-apply service templates to hosts.

Instructions

List service template groups (named groups of service templates, used e.g. to bulk-apply services to hosts).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum rows to return. Defaults to 50, maximum 500.

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.9/5.0
Behavior4/5

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

Annotations already comprehensively cover the behavioral profile: readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false. The description adds useful domain context about what these groups are used for and contradicts none of the annotations. For a simple list operation with this annotation coverage, there are no meaningful behavioral gaps left to disclose.

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?

One tight, front-loaded sentence. The verb and resource come first, followed by a compact parenthetical that defines the entity and its purpose. Every word earns its place, and there is no repetition of information already present in the schema or annotations.

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 tool with one optional, fully documented parameter, an output schema, and a complete four-hint annotation set, nothing an agent needs to invoke it correctly is missing. The description supplies the domain context (what a service template group is and why it matters), while the schema and annotations carry the structural burden.

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%: the single `limit` parameter is fully documented with its default (50), maximum (500), type constraints, and allowed values. The description adds no parameter-specific information, and with full schema coverage the baseline of 3 applies.

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 states a specific verb and resource ('List service template groups') and expands on what the resource is: 'named groups of service templates, used e.g. to bulk-apply services to hosts'. This entity-level clarification helps an agent distinguish it from the sibling list_servicetemplates. However, it does not explicitly differentiate itself from any sibling by name, so it falls short of full differentiation.

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 phrase 'used e.g. to bulk-apply services to hosts' provides a concrete application context that implies when this tool's data is relevant. There is no explicit when-to-use vs alternatives guidance — no mention of list_servicetemplates for individual templates or list_servicegroups for runtime service groups. The usage context must be inferred by the agent.

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