Skip to main content
Glama

Create Module

netbox_create_module

Create a module in NetBox by specifying module bay and module type. Optionally add tags, serial, status, comments, asset tag, description, and custom fields.

Instructions

Create a new module in NetBox.

This adds a new row to NetBox. Ask before calling if the user wanted a dry-run.

Returns: Markdown summary of the newly created object (default) or JSON with the full NetBox response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoOptional array of tag slugs to apply to the object.
serialNo
statusNoactive
commentsNo
asset_tagNo
module_bayYesModule bay id this module installs into (required).
descriptionNo
module_typeYesModule type id (required).
custom_fieldsNoOptional object of custom-field slugs -> values. Only include fields defined on your NetBox instance.
response_formatNoOutput format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls.markdown
Behavior4/5

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

The description adds behavioral context beyond annotations: it states 'This adds a new row to NetBox,' confirming a create operation, and describes the output format (Markdown or JSON). Annotations already indicate readOnlyHint=false, so no contradiction; the description adds useful detail.

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

Conciseness4/5

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

The description is concise (4 sentences) and front-loaded with the main purpose. Every sentence adds value (purpose, dry-run caution, return format). No fluff, but could be more structured.

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?

Given the tool's complexity (10 parameters, 2 required, no output schema), the description covers purpose, a usage caveat, and output format. However, it lacks details on parameter relationships (e.g., module_bay and module_type) and does not explain the module concept or error states. It is minimally adequate.

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 input schema has 10 parameters with 50% description coverage. The tool description does not add any parameter-level meaning; it only mentions the response_format in the output context. Since the description does not compensate for the missing parameter documentation, the score is below baseline.

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 'Create a new module in NetBox,' specifying the action (create) and resource (module). It does not explicitly distinguish from sibling tools like netbox_create_module_bay or netbox_create_module_type, but the name and action are sufficiently clear.

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

Usage Guidelines3/5

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

The description provides a usage hint: 'Ask before calling if the user wanted a dry-run.' This suggests caution but does not elaborate on when to use this tool instead of alternatives or provide exclusions. Some guidance exists but is incomplete.

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