netbox_get_schema
Retrieve field definitions for any NetBox endpoint, including names, types, required/read-only status, and valid choices. Use it before creating or updating objects to verify valid fields.
Instructions
Get field definitions for a NetBox endpoint (names, types, whether required/read-only, and valid choice values), via an authenticated OPTIONS request. Use this before creating or updating objects to see what fields are valid.
Args:
endpoint: An "app.endpoint" string, e.g. "dcim.devices". See
netbox_list_endpoints for valid values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||