Skip to main content
Glama

MCP Nautobot Server

by aiopnet
MIT License
1

get_prefixes

Retrieve network prefixes from Nautobot with customizable filters for status, site, role, tenant, VRF, and pagination options. Enhances network automation by querying infrastructure data efficiently.

Instructions

Retrieve network prefixes from Nautobot with filtering options

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 100, max: 1000)
offsetNoNumber of results to skip for pagination (default: 0)
prefixNoSpecific network prefix to search for
roleNoRole to filter by
siteNoSite to filter by
statusNoStatus to filter by
tenantNoTenant to filter by
vrfNoVRF to filter by

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "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": "Specific network prefix to search for", "type": "string" }, "role": { "description": "Role to filter by", "type": "string" }, "site": { "description": "Site to filter by", "type": "string" }, "status": { "description": "Status to filter by", "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