Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch_config | Fetch network device configuration via RESTCONF.
Args:
url: RESTCONF URL, e.g. https://device:8443/restconf/data
username: HTTP basic auth username (optional).
password: HTTP basic auth password (optional).
verify_ssl: Whether to verify SSL certificates (default: False). |
| get_config | Return the currently cached RESTCONF configuration.
Call fetch_config first to load configuration from a device. |
| get_config_path | Extract a specific section from the cached configuration by dot-separated path.
Args:
path: Dot-separated path into the config, e.g.
"ietf-interfaces:interfaces" or
"ietf-interfaces:interfaces.interface" |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_config | Create a prompt to fetch and analyze device configuration. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| server_info | Return server metadata as JSON. |