Create Cluster
netbox_create_clusterAdd a cluster to NetBox with required name and type. Optionally set tags, group, status, tenant, comments, scope, custom fields, and choose response format.
Instructions
Create a new cluster 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 | Cluster name (required). | |
| tags | No | Optional array of tag slugs to apply to the object. | |
| type | Yes | Cluster type id (required). | |
| group | No | Cluster group id. | |
| status | No | active | |
| tenant | No | ||
| comments | No | ||
| scope_id | No | Numeric id of the scope object. | |
| scope_type | No | Scope object type (NetBox 4.2+ replaced 'site' with scope); set with scope_id. | |
| 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 |