Skip to main content
Glama

update_ha_group

Modify a Proxmox HA group by updating nodes, failback, restricted settings, comment, or deleting specified properties.

Instructions

Update an HA group.

Args: group: Group ID. nodes: Node list with optional priority. nofailback: Don't fail back. restricted: Only run on group nodes. comment: Description. delete: Comma-separated properties to delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupYes
nodesNo
nofailbackNo
restrictedNo
commentNo
deleteNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It only states 'Update an HA group.' without mentioning that it modifies existing settings, potential side effects (e.g., whether changes are applied immediately), or prerequisites (e.g., existing group). This is insufficient for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short with a clear structure: a single purpose statement followed by an Args list. The main action is front-loaded. However, the prose is minimal, and the Args list could be integrated into a more natural explanation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has an output schema (context indicates true), return values are likely covered. However, the description omits important context such as error cases, idempotency, or any behavioral notes. For a tool updating HA groups, the description is adequate but incomplete.

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?

The input schema has 6 parameters with 0% description coverage, but the description's 'Args:' block provides brief explanations for each parameter (e.g., 'nodes: Node list with optional priority.', 'nofailback: Don't fail back.'). This adds meaning beyond the schema's bare titles and types, partially compensating for the lack of schema descriptions.

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 tool name 'update_ha_group' clearly indicates its action, and the description 'Update an HA group.' confirms it updates an existing HA group. Among sibling tools like create_ha_group, delete_ha_group, get_ha_group, and list_ha_groups, this stands out as the update operation. Specific verb+resource with clear 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 description does not provide guidance on when to use this tool over alternatives, such as when to update vs create or delete. It simply says 'Update an HA group.' which implies usage context but lacks explicit when-to-use, when-not-to-use, or alternative suggestions.

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/GethosTheWalrus/proxmox-mcp'

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