Skip to main content
Glama
parajiholkar

Multi-Container Log Correlator MCP Server

by parajiholkar

List Known Trace IDs

list_trace_ids
Read-onlyIdempotent

Discover available trace IDs from buffered container logs to find a specific transaction for deeper inspection. Filter by service and adjust limit as needed.

Instructions

List all trace/request IDs currently in the in-memory buffer.

Useful when you don't already know a trace ID — browse available ones and pick the suspicious one to investigate with search_by_trace_id.

Args:

  • service_name (string, optional): Only list trace IDs seen in this service's logs.

  • limit (number, 1-1000): Max IDs to return. Default 50.

Returns: A list of trace ID strings, most-recently seen first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of trace IDs to return (default 50).
service_nameNoFilter trace IDs seen in a specific service. Omit for all services.

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds meaningful behavioral context: the buffer is in-memory and the trace IDs are ordered most-recently seen first, which goes beyond what annotations provide.

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 well-structured into purpose, use-case, Args, and Returns, with no filler. The core purpose is front-loaded in the first sentence, and every line adds useful information.

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

Completeness5/5

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

There is no output schema, so the description correctly supplies the return shape: 'a list of trace ID strings, most-recently seen first'. It also covers both optional parameters and gives a clear usage workflow, so nothing needed to invoke the tool correctly is missing.

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 both limit and service_name are already fully documented in the input schema. The description essentially repeats the schema information without adding new parameter-level meaning beyond the output ordering.

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 explicitly states 'List all trace/request IDs currently in the in-memory buffer', giving a specific verb, resource, and scope. It also frames the tool as a browsing step before investigating with search_by_trace_id, which distinguishes it from the lookup sibling.

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

Usage Guidelines5/5

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

It gives an explicit usage condition: 'Useful when you don't already know a trace ID'. It names search_by_trace_id as the follow-up, clearly explaining where this tool fits in the investigation workflow.

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/parajiholkar/multi-container-log-correlator-mcp-server'

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