Create Power_port_template
netbox_create_power_port_templateCreate 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
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Power port template name (required). | |
| type | No | Power 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'. | |
| label | No | ||
| description | No | ||
| device_type | Yes | Device type id (required). | |
| maximum_draw | No | Maximum draw in watts. | |
| allocated_draw | No | Allocated draw in watts. | |
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |