kubesense-logs
Installation
SKILL.md
KubeSense Logs
Requires the KubeSense MCP server; see kubesense-mcp for
connection, auth, and the shared WHERE-clause reference. Tools here resolve RBAC against
the logs module.
Tools
| Tool | Use when | Returns |
|---|---|---|
get-trace-or-log-fields (signal: "logs") |
Always, first | Field catalog for your window |
search-logs |
You want to read individual log lines | Up to page_size rows (default 10) |
analyze-logs |
You want counts, rates, trends, percentiles | Aggregated series |
Reading rows to compute a total is the most common mistake. If the question is "how
many", "how often", or "which is worst", use analyze-logs — one call over the whole
window beats paginating raw rows, and is more accurate.