Skip to main content
Glama
DavidFuchs

mcp-uptime-kuma

by DavidFuchs

Delete Docker Host

deleteDockerHost

Permanently remove a Docker host connection. Uptime Kuma clears it from linked monitors, preserving the monitors themselves.

Instructions

Permanently deletes a docker daemon connection. Any monitors referencing it will have their docker_host cleared by Uptime Kuma (the monitors themselves are not deleted).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dockerHostIDYesThe ID of the docker host to delete

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
msgNo
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states the deletion is permanent and discloses the side effect on monitors' docker_host field. It does not mention error handling or permissions, but for a simple delete operation, the key behaviors are covered.

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-loaded with the primary action and immediately followed by the most important side effect. Every sentence adds value without redundancy, making it highly concise.

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?

Given the tool's low complexity (one parameter, no annotations), the description adequately covers the core behavior, permanence, and side effects. It leverages the output schema for return values, while the side-effect note adds needed context for a mutation tool.

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?

The input schema provides 100% coverage for the single parameter dockerHostID, including its type and description. The tool description does not add additional parameter details beyond what the schema already contains, so the baseline score of 3 is appropriate.

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 the tool 'permanently deletes a docker daemon connection,' specifying the exact resource and action. It distinguishes itself from sibling delete tools by clarifying that monitors themselves are not deleted, which differentiates it from deleteMonitor.

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 provides context for when to use this tool by explaining the side effect on monitors: their docker_host field is cleared but monitors remain. This implies the tool is appropriate when you want to remove the connection without deleting dependent monitors. However, it does not explicitly name alternative tools or provide explicit when-not-to-use guidance.

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/DavidFuchs/mcp-uptime-kuma'

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