Skip to main content
Glama

MCP Nautobot Server

by aiopnet
MIT License
1

search_ip_addresses

Search and retrieve IP addresses and related details within the Nautobot network database using a query string. Specify search terms and limit results for precise network infrastructure management.

Instructions

Search IP addresses using a general query string

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 50, max: 500)
queryYesSearch query (can match IP address, description, etc.)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "limit": { "default": 50, "description": "Maximum number of results to return (default: 50, max: 500)", "maximum": 500, "minimum": 1, "type": "integer" }, "query": { "description": "Search query (can match IP address, description, etc.)", "type": "string" } }, "required": [ "query" ], "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