Create Module_bay_template
netbox_create_module_bay_templateAdds a module bay template to a NetBox device type, specifying name and optional label or position.
Instructions
Create a new module_bay_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). | |
| label | No | ||
| position | No | ||
| description | No | ||
| device_type | Yes | Device type id (required). | |
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |