## What problem does it solve?
Provides a safe, test-only interface to interact with a Graylog MCP server for log search, analysis, and troubleshooting without touching production data.
## Core Features & Use Cases
- Search test/staging log messages using Lucene syntax for targeted investigations.
- Aggregate logs (group by fields, counts, percentile metrics) to derive insights from test data.
- List available streams and scope searches to specific streams to improve performance and relevance.
- List indices and index sets to understand data availability and health in the test environment.
- List configured inputs (syslog, GELF, etc.) to verify data ingestion points.
- Discover available fields per stream before querying using list_fields to ensure valid queries.
- Get current server time and system status to monitor health during debugging.
### Quick Start
Prefix prompts with #graylog-tst to activate this skill and start with a simple search such as '#graylog-tst Search for errors'.