Skip to main content
Glama

Update subscription

update_node_subscription
DestructiveIdempotent

Refresh the subscription status on a specified Proxmox node to ensure current license information.

Instructions

Trigger a subscription status refresh on a node.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYes
Behavior2/5

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

Annotations indicate destructiveHint=true, but the description says only 'trigger a status refresh' without mentioning potential destructive side effects. It does not explain what 'refresh' entails (e.g., data loss, downtime). The description adds minimal behavioral context beyond what annotations already signal.

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

Conciseness3/5

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

The description is very short (one sentence) and concise, but it sacrifices necessary detail. It is front-loaded but lacks structure, making it barely adequate.

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

Completeness2/5

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

Given the parameter count is low and annotations exist, the description still fails to explain the action thoroughly. It does not cover return values, prerequisites, or side effects, leaving significant gaps for a potentially destructive tool.

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?

The only parameter 'node' has no description in the schema (0% coverage), and the description does not explain what 'node' refers to (e.g., ID or name). The agent must infer from context, which is insufficient for correct invocation.

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 action: trigger a subscription status refresh on a node. It clearly indicates a verb ('trigger') and resource ('subscription status refresh on a node'), distinguishing it from sibling tools like 'set_node_subscription' and 'get_node_subscription' which are about setting or reading.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool vs alternatives. The description neither mentions prerequisites, when not to use, nor references siblings like 'set_node_subscription' or 'get_node_subscription'. This leaves the agent unsure about the appropriate context.

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/ngocdd/proxmox-mcps'

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