Create Vrf
netbox_create_vrfCreate a new VRF in NetBox. Requires a name; supports route distinguisher, tags, tenant, comments, description, custom fields, enforce unique, and import/export targets.
Instructions
Create a new vrf 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 |
|---|---|---|---|
| rd | No | Route distinguisher. | |
| name | Yes | VRF name (required). | |
| tags | No | Optional array of tag slugs to apply to the object. | |
| tenant | No | ||
| comments | No | ||
| description | No | ||
| custom_fields | No | Optional object of custom-field slugs -> values. Only include fields defined on your NetBox instance. | |
| enforce_unique | No | ||
| export_targets | No | Array of route-target ids to export. | |
| import_targets | No | Array of route-target ids to import. | |
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |