Skip to main content
Glama

Create Power_outlet_template

netbox_create_power_outlet_template

Create a new power outlet template in NetBox. Specify device type and name, with optional attributes like connector type, label, feed leg, or parent power port.

Instructions

Create a new power_outlet_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 outlet 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
feed_legNoPhase leg: A, B, or C.
power_portNoParent power port TEMPLATE id on the same device type.
descriptionNo
device_typeYesDevice type id (required).
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?

Annotations indicate it's a write operation (readOnlyHint=false) and not destructive. The description adds context by stating 'This adds a new row to NetBox' and advising a dry-run check, which goes beyond the annotations. It also describes return format options.

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 three sentences: purpose, caution, and return format. It is succinct, front-loaded, and every sentence provides essential information without waste.

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?

Given the parameter count (8) and no output schema, the description covers creation behavior, return options, and a caution. It lacks an explanation of the concept of a power outlet template (e.g., its relation to device types), but the required parameters are clear from the schema. Overall, fairly complete.

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 does not elaborate on parameters beyond what the schema already provides. The schema itself has decent descriptions, so the description adds little extra meaning. With high coverage, baseline 3 is appropriate.

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 explicitly states 'Create a new power_outlet_template in NetBox.' It uses a specific verb (create) and resource (power_outlet_template), distinguishing it clearly from other create tools in the sibling list.

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 advises to 'Ask before calling if the user wanted a dry-run,' which provides a cautionary guideline. However, it does not specify when to use this tool versus alternatives like creating power outlets or other templates, nor does it outline any prerequisites.

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