Skip to main content
Glama
jagadeesh52423

Graylog MCP Server

get_field_time_aggregation

Aggregate field values over time intervals to see how they change. Use this to analyze trends in your Graylog logs.

Instructions

Two-dimensional aggregation: field values over time. Shows how field values change over time intervals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd time for absolute range (ISO string or timestamp)
fromNoStart time for absolute range (ISO string or timestamp)
fieldYesField to aggregate on (e.g., 'source', 'env', 'level')
limitNoMaximum number of field values to return. Default: 10
queryNoQuery to filter messages
filtersNoField filters (e.g. {"env": "production"})
intervalNoTime interval for buckets (e.g., '1m', '5m', '1h', 'auto'). Default: 'auto'
streamIdsNoOptional stream IDs to scope the search. Use 'list_streams' to get available stream IDs.
timeRangeNoTime range (e.g., '1h', '2d', '30m') or use from/to for absolute range
exactMatchNoIf true (default), wraps the query in quotes for exact match.
Behavior2/5

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

With no annotations, the description carries the full burden. It only states that field values change over time intervals, but does not disclose output format, default limits, time range handling, or behavior with empty results. This is insufficient for a tool with 10 parameters.

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 two concise sentences, front-loaded with the core concept. No redundant information or unnecessary elaboration—every word earns its place.

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

Completeness2/5

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

Given the complexity (10 parameters, nested objects, no output schema, no annotations), the description is too brief. It doesn't explain the response structure, how time ranges interact with intervals, or provide fallback guidance, leaving significant gaps for an agent to invoke it 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 100%, so parameters are fully documented. The description adds context about the two-dimensional nature but does not provide additional parameter-specific details beyond what the schema already contains, keeping this at the baseline.

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 clearly identifies the tool's function as aggregating field values over time intervals, using 'two-dimensional' to convey the dual dimension. It distinguishes itself from one-dimensional aggregation tools like get_field_aggregation, though it doesn't name them explicitly.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as get_field_aggregation or get_log_histogram. The usage context is only implied by the description's wording, with no explicit exclusions or alternative recommendations.

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

Install Server

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/jagadeesh52423/graylog-mcp'

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