Skip to main content
Glama

MCP Nautobot Server

by aiopnet
MIT License
1

search_ip_addresses

Search and retrieve IP addresses and related details from the MCP Nautobot Server using customizable query strings. Specify search criteria and limit results for efficient network data 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" }

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