Skip to main content
Glama

Delete Module_bay

netbox_delete_module_bay
Destructive

Delete a module bay by numeric ID, permanently removing it and all cascading dependencies.

Instructions

Delete a module_bay from NetBox by numeric id.

DESTRUCTIVE and IRREVERSIBLE. NetBox CASCADES deletes: removing an object also removes everything that depends on it (deleting a device removes its interfaces, power ports, and assigned IPs; deleting a site can remove its racks, devices, and prefixes; deleting a manufacturer removes its device types; and so on). There is no undo. Confirm the exact object — and what will cascade with it — with the user before calling.

Returns a confirmation on success (NetBox replies HTTP 204 No Content).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNumeric id of the module_bay to delete.
Behavior5/5

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

The description explicitly warns that the operation is destructive and irreversible, and explains cascade deletion with concrete examples (e.g., deleting a device removes its interfaces). This adds significant value beyond the destructiveHint annotation, detailing the scope of impact and requiring user confirmation.

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 concise, with separate sections: the action, the warning about destructive behavior with cascade examples, the need for user confirmation, and the response. Every sentence adds value without redundancy.

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

Completeness4/5

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

For a simple delete tool with one parameter and no output schema, the description covers the action, the destructive nature with cascade specifics, the response format, and a safeguard (confirm with user). It lacks explicit mention of error handling (e.g., 404 if id not found), but that is standard behavior.

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?

The single parameter 'id' is fully described in the schema with 'Numeric id of the module_bay to delete.' The description does not add any additional meaning or constraints beyond the schema. Since schema coverage is 100%, the baseline score of 3 is appropriate.

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 clearly states 'Delete a module_bay from NetBox by numeric id.' The verb 'delete' and resource 'module_bay' are specific. However, it does not explicitly differentiate from other delete tools for similar objects (e.g., netbox_delete_module), but the resource name is distinct enough.

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 provides no guidance on when to use this tool versus alternatives. It does not specify prerequisites (e.g., the module bay must exist) or when not to use it (e.g., if it is referenced elsewhere).

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/ZenixSolutions/netbox-mcp-server'

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