Skip to main content
Glama

Create Front_port_template

netbox_create_front_port_template

Create a new front port template in NetBox. Specify name, type, rear port template, and optionally device or module type.

Instructions

Create a new front_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
rear_portYesRear port TEMPLATE id (required).
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
rear_port_positionNo
Behavior3/5

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

Annotations indicate it's a non-read-only mutation with no destructive behavior. The description reinforces the creation action and adds a dry-run instruction, but doesn't elaborate on side effects, idempotency, or required authorization beyond what annotations provide.

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 4 sentences. The first sentence states the purpose, followed by contextual info, a clear instruction, and return format. No unnecessary words.

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?

Despite having 10 parameters (3 required) and no output schema, the description only covers the return format and a dry-run note. It omits critical context like the need for rear_port to exist, the relationship between device_type/module_type, and typical usage patterns, making it incomplete.

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 60%, meaning 4 parameters (color, label, description, rear_port_position) lack descriptions. The description does not add any parameter-level information, leaving these parameters unexplained and not compensating for the gaps.

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?

Description clearly states 'Create a new front_port_template in NetBox' with a specific verb and resource. It adds context by mentioning 'adds a new row', but doesn't differentiate from other NetBox creation tools beyond the name.

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?

Includes an explicit instruction to ask for dry-run before calling, which is good for a mutation. However, it doesn't provide guidance on when to use this tool versus other create-template tools, nor does it clarify constraints like the mutual exclusivity of device_type and module_type.

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