Skip to main content
Glama

Create Rear_port_template

netbox_create_rear_port_template

Create a rear port template in NetBox, specifying name, port type, and optionally linking it to a device or module type.

Instructions

Create a new rear_port_template 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
nameYesName (required).
typeYesPort type slug, e.g. '8p8c', 'lc', 'lc-pc', 'sc', 'st', 'mpo', 'fc', 'splice'. (required).
colorNo
labelNo
positionsNo
descriptionNo
device_typeNoDevice type id (set this OR module_type).
module_typeNoModule type id (set this OR device_type).
response_formatNoOutput format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls.markdown
Behavior3/5

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

Annotations already indicate this is a creation tool (not read-only, not idempotent, not destructive, open world). The description adds the behavioral note that it 'adds a new row to NetBox' and specifies the return format (Markdown or JSON). This adds some value beyond annotations, but does not disclose other traits like potential side effects or validation behavior.

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 brief with three short lines. The second line ('This adds a new row to NetBox.') is somewhat redundant with the first line, but overall the structure is clear and front-loaded with the purpose. Minimal waste.

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?

Given the tool has 9 parameters (including required mutual exclusivity between device_type and module_type) and no output schema, the description is incomplete. It does not explain parameter relationships, constraints beyond what's in the schema, or how the return format affects subsequent use. The agent lacks sufficient context to use the tool correctly.

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?

Schema coverage is 56%, meaning some parameters lack descriptions. The description does not explain any parameters or their roles, missing an opportunity to clarify the meaning of undocumented fields (color, label, positions, description). It adds no semantic value beyond the schema.

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

Purpose5/5

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

The description clearly states the action 'Create a new rear_port_template in NetBox' with a specific verb and resource. It distinguishes this creation tool from sibling tools that perform other operations (list, get, update, delete) on the same resource or other resources, even though it doesn't explicitly compare to other create tools.

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 one usage note: 'Ask before calling if the user wanted a dry-run.' This is a safety guideline but does not offer context on when to use this tool versus alternatives (e.g., when to create vs update vs delete, or when to use this vs other create tools). No comparative guidance is given.

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