Skip to main content
Glama
oaslananka

health-monitor-mcp

by oaslananka

Unregister GitLab Pipeline

unregister_gitlab_pipeline
Destructive

Remove a GitLab pipeline from monitoring and delete its stored health check history.

Instructions

Remove a GitLab pipeline target and its stored check history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
Behavior4/5

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

Annotations already indicate destructiveHint=true, but the description adds a concrete behavioral trait: 'and its stored check history' is removed. This provides useful side-effect context beyond the 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 a single compact sentence that directly states the action and its key side effect. Every word earns its place with no redundancy.

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 simple single-parameter destructive tool, the description adequately covers the purpose and the important side effect. It does not need to explain return values, but it would benefit from explicitly connecting the 'name' parameter to the target being removed.

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% for the only parameter 'name', and the description does not explicitly explain that 'name' refers to the registered GitLab pipeline target name. The meaning is only indirectly inferred from the tool name and description.

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 uses a specific verb 'Remove' with a clear resource 'GitLab pipeline target' and additionally states that stored check history is removed. This clearly distinguishes the tool from siblings like unregister_github_actions and unregister_http_target.

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?

Usage is implied by the purpose: use when you need to remove a GitLab pipeline target. However, there is no explicit guidance about when not to use this tool or how it compares to alternatives such as unregister_http_target or checking a pipeline.

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

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