Skip to main content
Glama

MCP Nautobot Server

by aiopnet
MIT License
1

get_ip_address_by_id

Retrieve a specific IP address from Nautobot by providing its unique ID. Facilitates network automation and infrastructure data queries through the MCP Nautobot Server integration.

Instructions

Retrieve a specific IP address by its Nautobot ID

Input Schema

NameRequiredDescriptionDefault
ip_idYesThe Nautobot ID of the IP address

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "ip_id": { "description": "The Nautobot ID of the IP address", "type": "string" } }, "required": [ "ip_id" ], "type": "object" }

Other Tools from MCP Nautobot 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/aiopnet/mcp-nautobot'

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