Skip to main content
Glama
DavidFuchs

mcp-uptime-kuma

by DavidFuchs

Update Docker Host

updateDockerHost

Update an existing Docker host connection in Uptime Kuma by changing only the fields you specify, preserving all others. Provide the Docker host ID to target the correct connection.

Instructions

Updates an existing docker daemon connection. Use listDockerHosts to find the docker host ID. Only the fields you pass are changed — the others are preserved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew human-readable name
dockerTypeNoNew connection type
dockerDaemonNoNew socket path or TCP URL
dockerHostIDYesThe ID of the docker host to update

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
okYes
msgNo
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description must disclose behavior, and it does: 'Only the fields you pass are changed — the others are preserved.' This reveals that it performs a partial update, which is critical for correct invocation. It omits error handling details but such are typical for simple tools.

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: the first states the purpose, the second provides the usage hint and behavioral note. It is front-loaded and contains no extraneous information.

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 simplicity (4 params, 1 required, output schema present), the description is adequate. It covers ID discovery and partial update behavior. It could mention error cases, but these are generally implied and the output schema likely covers return values.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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 adds value by explaining that optional parameters are applied partially, preserving omitted fields. This goes beyond the individual parameter descriptions and clarifies the semantics of the whole update operation.

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 'Updates an existing docker daemon connection,' specifying the verb and resource. It distinguishes from sibling tools like addDockerHost (creation) and deleteDockerHost (deletion) by emphasizing 'existing.'

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?

It provides explicit guidance to 'Use listDockerHosts to find the docker host ID,' which is a necessary prerequisite. It does not name alternative tools like addDockerHost for creation, but the context from siblings makes the intended use clear.

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

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