Create Circuit_group_assignment
netbox_create_circuit_group_assignmentAssign a circuit or virtual circuit to a circuit group in NetBox by specifying group ID, member type, and member ID.
Instructions
Create a new circuit_group_assignment 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 |
|---|---|---|---|
| tags | No | Optional array of tag slugs to apply to the object. | |
| group | Yes | Circuit group id (required). | |
| priority | No | ||
| member_id | Yes | Member object id (required). | |
| member_type | Yes | Member object type, e.g. 'circuits.circuit' or 'circuits.virtualcircuit' (required). | |
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |