Skip to main content
Glama
anpy-j

graylog-mcp

by anpy-j

graylog_search_messages

Execute a Lucene query against Graylog to search messages within an absolute time range, returning matching log entries.

Instructions

Run a raw Graylog Lucene query over an absolute RFC3339 time range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNotimestamp
limitNo
queryYes
fieldsNo
offsetNo
streamsNo
to_timeYes
from_timeYes
sort_orderNoAscending

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
eventsYes
returnedYes
truncatedYes
effective_timerangeNo
Behavior2/5

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

No annotations exist, so the description must carry the full burden. It only states that a raw Lucene query is run over a time range, but does not disclose side effects (though search is likely read-only), rate limits, permissions, or pagination behavior.

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 a single, front-loaded sentence with zero filler words. It is maximally concise and easy to parse.

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?

With 9 parameters, a raw query language, and no annotation support, the description is too sparse. It only covers the query and time range, omitting important details about filtering, sorting, pagination, and stream selection. The output schema covers return shape but not tool-specific behavior.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only adds meaning to the time parameters by specifying 'absolute RFC3339'. The other parameters (query, limit, offset, fields, streams, sort, sort_order) are not explained in the description.

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 uses a specific verb 'run' and resource 'Graylog Lucene query', clearly indicating a search over messages. It distinguishes from sibling tools that manage profiles or system info, though it does not explicitly say 'messages'.

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. The description does not mention sibling tools, exclusions, or context like 'use for searching log messages'.

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

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