Skip to main content
Glama

Create Power_port_template

netbox_create_power_port_template

Create a new power port template for a device type in NetBox, specifying name, connector type, and power draw limits.

Instructions

Create a new power_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
nameYesPower port template name (required).
typeNoPower connector type slug, e.g. 'iec-60320-c14', 'iec-60320-c20', 'iec-60320-c13', 'iec-60320-c19', 'nema-5-15p', 'nema-l6-20p', 'nema-5-15r'.
labelNo
descriptionNo
device_typeYesDevice type id (required).
maximum_drawNoMaximum draw in watts.
allocated_drawNoAllocated draw in watts.
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 indicate non-readOnly and openWorldHint, and description confirms it adds a new row. However, it does not elaborate on potential side effects (e.g., duplicate checks) or error conditions beyond the 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?

The description is two sentences plus a returns line, each serving a clear purpose: purpose, dry-run guidance, and return format. It is concise and front-loaded.

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?

With 8 parameters and no output schema, the description lacks explanation of the returned object's structure or the purpose of a power_port_template in NetBox. It also does not clarify that device_type must be an existing ID.

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 coverage is 75%, and the description adds no additional parameter meaning beyond the schema's existing descriptions. The response_format parameter is mentioned but already well-described in 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 'Create a new power_port_template in NetBox', specifying the action and resource. It distinguishes from sibling tools like get, update, list, delete by the verb and resource naming.

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 a guideline to 'Ask before calling if the user wanted a dry-run', but does not specify when to use this tool versus alternatives or prerequisites like ensuring the device_type exists.

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