Skip to main content
Glama
kubeopsai

k8s-telemetry-mcp

by kubeopsai

check_slo_status

Check SLO compliance by evaluating error budgets, burn rate, and availability against latency and availability targets for a Kubernetes service.

Instructions

Check SLO compliance — error budgets, burn rate, and availability vs. latency targets.

Args: service_name: Service to check namespace: Kubernetes namespace availability_target: Target availability (0.0-1.0, default 99.9%) latency_target_ms: Target latency in milliseconds latency_percentile: Latency percentile to measure (default p99) window_hours: Measurement window in hours (1-720)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namespaceNodefault
service_nameYes
window_hoursNo
latency_target_msNo
latency_percentileNo
availability_targetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.2.6

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses the analytical behavior (compliance, error budgets, burn rate, availability vs. latency) and the key input dimensions, which is solid. It stops short of stating whether the operation has side effects or which data source backs it, but the described check is inherently read-only and non-destructive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: one summary line followed by a clear arg list. Every sentence serves a purpose, and the arg list maps directly to parameter names. There is no filler or repeated schema information beyond the valuable defaults and units.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the six-parameter schema with zero description coverage and no annotations, the description does a good job of explaining every parameter's role and typical defaults. An output schema exists, so the return shape is covered separately. It lacks only a brief note on when to select this tool over metric/log-querying siblings, but the tool's purpose is sufficiently self-contained.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds meaningful semantics for most parameters, including units (milliseconds, hours), range(0.0-1.0 for availability, 1-720 for window), and default values. The one gap is latency_percentile: it says 'default p99' while the schema expects a fractional default 0.99, which could lead an agent to pass 99 instead of 0.99. The description doesn't explicitly clarify the 0-1 fraction format.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Check') and a specific resource ('SLO compliance') and names the measurable aspects: error budgets, burn rate, availability, and latency targets. This clearly distinguishes it from sibling tools like query_prometheus or get_pod_metrics, which address raw data retrieval rather than SLO compliance assessment.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The purpose is clear enough that an agent can infer when to use it, but the description provides no explicit guidance on when to choose this tool over siblings, nor any exclusions. It does not mention alternatives for cases where raw metrics or log queries are needed instead.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kubeopsai/k8s-telemetry-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server