Create Inventory_item_template
netbox_create_inventory_item_templateCreate a new inventory item template for a device type in NetBox, with optional fields for role, label, and part ID.
Instructions
Create a new inventory_item_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 | Name (required). | |
| role | No | ||
| label | No | ||
| parent | No | ||
| part_id | No | ||
| description | No | ||
| device_type | Yes | Device type id (required). | |
| component_id | No | ||
| manufacturer | No | ||
| component_type | No | ||
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |