Skip to main content
Glama
krovacloud

@krovacloud/mcp

Official

Delete TCP Mapping

delete_tcp_mapping
Destructive

Remove a TCP port mapping from a Cube to stop traffic forwarding. This action is irreversible, so confirm the mapping ID before deleting.

Instructions

Remove a Cube TCP port mapping. Irreversible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cubeIdYesThe Cube id to operate on.
spaceIdNoKrova Cloud Space id. Optional if KROVA_SPACE_ID is set as the server default.
mappingIdYesThe mapping id (see list_tcp_mappings).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.6

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, so the safety profile is known. The description adds the specificity that deletion is irreversible, which is marginal value beyond the annotations. It does not disclose side effects (despite openWorldHint=true), auth requirements, or effects on live traffic. No contradiction with annotations.

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?

Two short sentences with zero filler. The primary action is front-loaded and the critical irreversibility warning follows immediately. Every word earns its place.

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?

For a simple 3-parameter delete tool, the description plus schema and annotations cover the essentials: what is deleted, which id to use, and that it is irreversible. However, nothing indicates what happens after deletion (e.g., whether the Cube must be restarted, whether the change is immediate, or what the response is), and there is no output schema to fill that gap.

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

Parameters3/5

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

Schema description coverage is 100%, with clear descriptions for cubeId, spaceId, and mappingId (including the cross-reference to list_tcp_mappings). The description adds nothing about parameters, so the baseline of 3 applies.

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 verb ('Remove') and resource ('Cube TCP port mapping'), which clearly identifies the operation and distinguishes it from sibling tools like create_tcp_mapping and list_tcp_mappings. However, it largely restates the tool's name/title, adding only the 'Cube' scope and the irreversibility warning rather than richer differentiation.

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 offers no when-to-use guidance, no exclusions, and no routing to alternatives. 'Irreversible' implies caution but not when this tool should be selected over siblings. The only workflow hint ('see list_tcp_mappings') lives in the schema, not the description.

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

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/krovacloud/krova-node'

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