Create Virtual_circuit_termination
netbox_create_virtual_circuit_terminationCreates a virtual circuit termination in NetBox by specifying the circuit, role (peer/hub/spoke), and terminating device interface.
Instructions
Create a new virtual_circuit_termination 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 |
|---|---|---|---|
| role | Yes | Termination role (required). | |
| tags | No | Optional array of tag slugs to apply to the object. | |
| interface | Yes | Device interface id this virtual circuit terminates on (required). | |
| description | No | ||
| custom_fields | No | Optional object of custom-field slugs -> values. Only include fields defined on your NetBox instance. | |
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |
| virtual_circuit | Yes | Virtual circuit id (required). |