Get Module_bay_template
netbox_get_module_bay_templateGet a single module bay template from NetBox by its ID. Choose Markdown for readability or JSON for structured data.
Instructions
Get a single module_bay_template from NetBox by numeric id.
Use after netbox_list_module_bay_templates has located the object, or when you already have the id.
Returns: Markdown detail (default) or JSON with the full NetBox object including nested references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric object ID in NetBox. | |
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |