Skip to main content
Glama
ae3e

kairosdb-mcp-server

by ae3e

Query over an absolute time range

kairosdb_query_absolute
Read-onlyIdempotent

Query KairosDB time-series metrics within a specific ISO 8601 date range. Filter by tags, apply aggregations, and retrieve timestamped data points for analysis.

Instructions

Queries KairosDB over a time range defined by precise ISO 8601 dates.

Use cases:

  • "Server metrics between 2024-01-01 and 2024-01-31"

  • "Analysis of a precise incident over a timestamped window"

Args:

  • metric_name: Exact metric name

  • tags: Tag filters

  • start: Start (ISO 8601, e.g. 2024-01-15T00:00:00Z)

  • end: End (ISO 8601, default: now)

  • aggregator / sampling_value / sampling_unit: Optional aggregation

  • limit: Max points (default 1000)

  • response_format: "markdown" or "json"

Returns: Timestamped points with statistics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoEnd of the range (ISO 8601). Defaults to the current time if omitted.
tagsNoKairosDB tag filters. Ex: {"host": ["web-01"], "environment": ["production"]}. Each tag value is an array of strings (logical OR).
limitNo
startYesStart of the range (ISO 8601, e.g. 2024-01-15T00:00:00Z)
aggregatorNoAggregation function: avg | sum | min | max | count | first | last | gapsavg
metric_nameYesExact KairosDB metric name (e.g. server.cpu_usage, network.latency)
sampling_unitNoAggregation window unithours
sampling_valueNoAggregation window size (e.g. 1 for 1 hour)
response_formatNomarkdown
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already disclose read-only, idempotent, non-destructive behavior. The description adds useful behavior beyond annotations: it returns timestamped points with statistics, end defaults to now, limit defaults to 1000, and response_format selects markdown or json. No contradiction with annotations.

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

Conciseness4/5

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

The description is well-structured and front-loaded: core purpose first, then use cases, a compact args summary, and return information. The args list partially duplicates the schema, but it serves as a quick-reference checklist and contains no filler.

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?

For a read-only query tool with 9 parameters and no output schema, the description covers required inputs, optional aggregation, limits, response formats, and the general return shape. Exact output structure could be more detailed, but the description is adequate for selecting and invoking the tool correctly.

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

Parameters3/5

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

Schema description coverage is 78%, so most parameter meaning is already provided by the schema. The description groups aggregator/sampling_value/sampling_unit as optional aggregation and restates defaults, but it does not add meaningful semantics beyond what the schema already documents.

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

Purpose4/5

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

The description states a specific operation: querying KairosDB over an absolute time range defined by precise ISO 8601 dates. It also provides concrete use cases. It does not explicitly contrast with the sibling kairosdb_query_range, though the 'absolute' framing and examples make the distinction reasonably inferable.

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

Usage Guidelines4/5

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

The use cases clearly communicate when to use this tool: fixed-date server metric ranges and precise incident windows. There are no explicit 'when not to use' statements or direct mentions of alternatives, but the context is strong enough that an agent should select this tool for absolute-date queries.

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

Other Tools

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/ae3e/kairosdb-mcp-server'

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