Skip to content

Commit f6d6f07

Browse files
committed
Concise wording
1 parent 09dd09f commit f6d6f07

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ The server dynamically filters the available tools based on the permissions asso
131131
- **Required Permission**: `metrics-data.read`
132132
- **Sample Prompt**: "Show the top 10 underutilized pods by memory quota in cluster 'production'"
133133

134+
> **Note:** When a time window is provided, the underlying PromQL is wrapped in the aggregation appropriate for each tool (`avg_over_time`, `max_over_time`, `min_over_time`, `increase`, etc.) and evaluated at `end`. See [`internal/infra/mcp/tools/README.md`](./internal/infra/mcp/tools/README.md) for the per-tool aggregation table.
135+
134136
### Sysdig Secure
135137

136138
- **`list_runtime_events`**
@@ -180,18 +182,6 @@ You can also set the following variables to override the default configuration:
180182
- `SYSDIG_MCP_LISTENING_PORT`: The port for the server when it is deployed using remote protocols (`streamable-http`, `sse`). Defaults to: `8080`
181183
- `SYSDIG_MCP_LISTENING_HOST`: The host for the server when it is deployed using remote protocols (`streamable-http`, `sse`). Defaults to all interfaces (`:port`). Set to `127.0.0.1` for local-only access.
182184
- `SYSDIG_MCP_STATELESS`: Enable stateless mode for `streamable-http` transport, where each request is self-contained with no session tracking (useful for AWS Bedrock AgentCore). Defaults to: `false`.
183-
### Historical range on Monitor tools
184-
185-
All Sysdig Monitor `k8s_list_*` tools accept optional `start` / `end` RFC3339 parameters
186-
(e.g. `2026-04-16T00:00:00Z`). When omitted, tools return the current snapshot (unchanged
187-
behaviour). When provided, the underlying PromQL is wrapped in the aggregation appropriate
188-
for each tool (`avg_over_time`, `max_over_time`, `min_over_time`, `increase`, etc.) and
189-
evaluated at `end`. See
190-
[`internal/infra/mcp/tools/README.md`](./internal/infra/mcp/tools/README.md) for the
191-
per-tool aggregation table.
192-
193-
The legacy `interval` parameter on `k8s_list_top_http_errors_in_pods` and
194-
`k8s_list_top_network_errors_in_pods` is deprecated; prefer `start`/`end`.
195185

196186
You can find your API token in the Sysdig UI under **Settings > Sysdig Secure API** (or **Sysdig Monitor API**). Make sure to copy the token as it will not be shown again.
197187

0 commit comments

Comments
 (0)