feat(netbox): add platform and primary_ip params to device tools #118
Reference in New Issue
Block a user
Delete Branch "feat/netbox-device-update-params"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
platform,primary_ip4,primary_ip6parameters indcim_create_devicetoolplatform,primary_ip4,primary_ip6,serial,asset_tag,site,rack,position,description,commentsparameters indcim_update_devicetoolMotivation
When adding a device to NetBox (e.g., hotport Raspberry Pi), we could not assign the platform (OS) or set the primary IP address through the MCP tools. This change enables full device configuration.
Test Plan
dcim_update_devicewith platform and primary_ip4 parameters🤖 Generated with Claude Code