Skip to main content
Glama

NetBox MCP Server

by jseifeddine

netbox_get_object_by_id

Retrieve detailed information about specific network infrastructure objects in NetBox using their unique ID and type, such as devices, IP addresses, or sites.

Instructions

Get detailed information about a specific NetBox object by its ID.

Args: object_type: String representing the NetBox object type (e.g. "devices", "ip-addresses") object_id: The numeric ID of the object

Returns: Complete object details

Input Schema

NameRequiredDescriptionDefault
object_idYes
object_typeYes

Input Schema (JSON Schema)

{ "properties": { "object_id": { "title": "Object Id", "type": "integer" }, "object_type": { "title": "Object Type", "type": "string" } }, "required": [ "object_type", "object_id" ], "type": "object" }

Other Tools from NetBox MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/jseifeddine/netbox-mcp-chatbot'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server