Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
ip-summary-report | Generate a comprehensive IP address summary report |
network-utilization | Analyze network prefix utilization and capacity |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
IP Addresses | Nautobot IP address data with filtering capabilities |
Network Prefixes | Nautobot network prefix data with filtering capabilities |
Nautobot Connection Status | Current status of the Nautobot API connection |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_ip_addresses | Retrieve IP addresses from Nautobot with filtering options |
get_prefixes | Retrieve network prefixes from Nautobot with filtering options |
get_ip_address_by_id | Retrieve a specific IP address by its Nautobot ID |
search_ip_addresses | Search IP addresses using a general query string |
test_connection | Test the connection to the Nautobot API |