Skip to main content
Glama
Bldg-7

Proxmox MCP Server

by Bldg-7

Node Subscription

proxmox_node_subscription
DestructiveIdempotent

Retrieve, set, or delete a Proxmox node subscription key to manage licensing. Get current subscription status, apply a new key, or remove an existing one directly via API.

Instructions

Manage node subscription. action=get: get info | action=set: set key (elevated) | action=delete: remove (elevated)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoSubscription key
nodeYesNode name
actionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv1.3.0
    • addedInput schema / $schema
      Added value: +"http://json-schema.org/draft-07/schema#"
  2. First observedv1.2.1

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true and idempotentHint=true. The description adds meaningful context by marking set/delete as requiring elevated privileges and by spelling out that delete 'removes' the subscription key, going beyond what the annotations provide.

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, well-structured line that front-loads the purpose and uses pipe-separated action mappings for readability. Every word contributes, with no filler or repetition of schema details.

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?

The three actions are explained and annotations cover destructiveness and idempotency. However, the description does not state what 'get info' returns, whether a 'set' replaces an existing key, or what side effects 'delete' has beyond removal. For a mutable tool with a destructive action, more effect-level detail would improve completeness.

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 descriptions cover node and key but not the action parameter. The description maps each enum value to a plain-language operation ('get info', 'set key', 'remove') and notes elevation requirements, adding real semantic value beyond the schema's bare enum list.

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 names a specific resource ('node subscription') and enumerates concrete operations ('get info', 'set key', 'remove'). Sibling tools all relate to different resources, so there is no confusion, though the verb 'Manage' is generic and no explicit sibling contrast is made.

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?

The description gives no guidance on when to use this tool versus alternatives, and does not state prerequisites or conditions for each action. The only usage hint is the word 'elevated' for set/delete, which is a permission note rather than situational guidance.

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

Deploy Server

Other Tools