Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SSLKEYLOGFILE | No | Path to the SSL key log file for decrypting HTTPS traffic (optional) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
start_capture_session | Start a background packet capture session. LLMs control all capture parameters including filters, interfaces, and packet limits. Can use saved configurations. |
stop_capture_session | Stop a running capture session and analyze packets. LLMs control all analysis parameters including display filters and output formats. Can use saved configurations. |
analyze_pcap_file | Analyze a local pcap/pcapng file. LLMs control all analysis parameters including filters, output formats, and custom fields. Can use saved configurations. |
manage_config | Save, load, list, or delete reusable filter configurations. Allows LLMs to store commonly used capture and analysis parameters for easy reuse. |