netbox_list_devices
Retrieve NetBox device inventory filtered by name, with details including role, site, status, and IP address for pre-change verification.
Instructions
[READ] List NetBox devices (name, role, site, status, primary IP).
Requires a configured NetBox block. Use this to confirm intended state before pushing config to a device.
Returns {"devices": [...], "returned": N, "limit": L, "truncated": bool}.
When truncated is true the estate is larger than what you were shown —
re-run with a higher limit before concluding anything about coverage.
Args: name: Optional name filter (contains match). limit: Maximum devices to return (default 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No |