Skip to main content
Glama

MCP Nautobot Server

by aiopnet
MIT License
1

get_ip_addresses

Retrieve IP addresses from Nautobot by filtering with criteria like address, prefix, status, role, tenant, or VRF. Supports pagination for efficient results management within network automation workflows.

Instructions

Retrieve IP addresses from Nautobot with filtering options

Input Schema

NameRequiredDescriptionDefault
addressNoSpecific IP address to search for
limitNoMaximum number of results to return (default: 100, max: 1000)
offsetNoNumber of results to skip for pagination (default: 0)
prefixNoNetwork prefix to filter by (e.g., 10.0.0.0/24)
roleNoRole to filter by (e.g., loopback, secondary, anycast)
statusNoStatus to filter by (e.g., active, reserved, deprecated)
tenantNoTenant to filter by
vrfNoVRF to filter by

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "address": { "description": "Specific IP address to search for", "type": "string" }, "limit": { "default": 100, "description": "Maximum number of results to return (default: 100, max: 1000)", "maximum": 1000, "minimum": 1, "type": "integer" }, "offset": { "default": 0, "description": "Number of results to skip for pagination (default: 0)", "minimum": 0, "type": "integer" }, "prefix": { "description": "Network prefix to filter by (e.g., 10.0.0.0/24)", "type": "string" }, "role": { "description": "Role to filter by (e.g., loopback, secondary, anycast)", "type": "string" }, "status": { "description": "Status to filter by (e.g., active, reserved, deprecated)", "type": "string" }, "tenant": { "description": "Tenant to filter by", "type": "string" }, "vrf": { "description": "VRF to filter by", "type": "string" } }, "type": "object" }
Install Server

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