Create Purchase
netbox_create_purchaseCreate a new purchase record in NetBox with mandatory name, supplier, and status fields.
Instructions
Create a new purchase 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 |
|---|---|---|---|
| date | No | Purchase date (ISO-8601, YYYY-MM-DD). | |
| name | Yes | Purchase name (required). | |
| tags | No | Optional array of tag slugs to apply to the object. | |
| status | Yes | Purchase status (required). | |
| comments | No | ||
| supplier | Yes | Supplier id (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 |