Skip to main content
Glama

Contabo (VPS) MCP Server

Remove specific handle

removeHandle
Destructive

Remove specific handle - Remove specific handle

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleIdYes
x-trace-idNo
x-request-idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • removedInput schema / properties / x-hapi-auth-state
      Removed value: -{
      -  "type": "string"
      -}
  2. First observed

TDQS

D1.9/5.0
Behavior2/5

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

The annotations (destructiveHint=true) already indicate the destructive nature, but the description adds no context about effects, reversibility, or side effects. It offers nothing beyond what annotations already disclose, missing opportunities to clarify what 'remove' implies.

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

Conciseness2/5

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

The description is unnecessarily redundant, repeating the same phrase twice. While it is short, the duplication wastes the limited space and violates the principle that every sentence should earn its place.

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?

For a destructive operation with no output schema, the description should clarify scope, permanence, and any related impacts. It does none of these. The tool appears straightforward, but the description is too minimal to be considered complete for agent decision-making.

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

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description does not mention any parameter. The agent gets no guidance on what handleId means or how to provide it, nor are the x-request-id/x-trace-id identifiers explained. This leaves parameter semantics entirely unspecified.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is a direct restatement of the title ('Remove specific handle - Remove specific handle'), adding no new information. It is a tautology rather than an explanatory clarification, even though the underlying operation is clear from the phrase.

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 like updateHandle or setDefaultHandle. There is no mention of prerequisites, exclusivity, or situations where another tool might be more appropriate.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.