Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SEQ_URL | Yes | URL of your SEQ server | http://localhost:5341 |
SEQ_API_KEY | No | API key for authentication | |
SEQ_TIMEOUT | No | Request timeout in milliseconds | 30000 |
SEQ_DEFAULT_LIMIT | No | Default number of events to return | 100 |
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 |
---|---|
search_events | Search for events in SEQ logs with powerful filtering |
get_event | Get detailed information about a specific log event |
analyze_logs | Analyze log patterns and statistics over a time period |
list_signals | List all configured signals (saved searches) in SEQ |
check_health | Check the health status of the SEQ server |