Skip to main content
Glama
vola-trebla

ndjson-local-log-triage-mcp

by vola-trebla

query_external_logs

Query logs from Datadog, Splunk, or Elasticsearch with your current search patterns, translating results to OpenTelemetry for consistent triage.

Instructions

Query external log providers (Datadog, Splunk, Elasticsearch) translating search patterns and mapping to OpenTelemetry format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax entries to return
queryYesSearch query string
providerYesVendor log service to search
start_timeNoISO timestamp for search window start
Behavior3/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It discloses that search patterns are translated and results mapped to OpenTelemetry format, which is a useful behavioral detail. However, it does not explicitly state read-only status, authentication requirements, rate limits, or error handling. The verb 'Query' implies a read operation, but this is not explicit.

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 sentence with no redundant words. It front-loads the main action ('Query external log providers') and concisely mentions the translation and mapping behavior. It is appropriately sized and well-structured.

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

Completeness3/5

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

The tool has four parameters, no output schema, and no annotations. The description covers the core purpose and mentions the OpenTelemetry mapping, hinting at output format. However, it lacks details on response structure, pagination, or usage constraints. The 100% schema coverage helps, but the description alone is not fully complete.

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?

The input schema provides descriptions for all four parameters, achieving 100% schema description coverage. The description itself does not add parameter-specific details, but the baseline of 3 applies because the schema already handles the semantics adequately.

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 the verb 'Query' with a specific resource ('external log providers') and enumerates the providers (Datadog, Splunk, Elasticsearch), making its purpose clear. It also mentions translation to OpenTelemetry format, which adds specificity. However, it does not explicitly distinguish from sibling tools like query_log_pattern, though the 'external' qualifier provides implicit differentiation.

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 description implies this tool is for querying external log providers, which is a clear context. However, it does not explicitly state when to use this tool versus alternatives like query_log_pattern or summarize_log_timeline, nor does it provide exclusions. The guidance is implied but not explicitly stated.

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/vola-trebla/ndjson-local-log-triage-mcp'

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