Skip to main content
Glama

timps_incident_responder

Correlate Docker and application logs to build a production incident timeline and generate a triage report.

Instructions

Multi-source log correlation for production incidents. Gathers Docker + app logs, builds a timeline, and generates a triage report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repo_pathNo
window_minutesNoHow many minutes back to look (default 30)
Behavior4/5

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

With no annotations at all, the description must do all the work, and it discloses a concrete behavioral sequence: gather (Docker + app logs) → build (timeline) → generate (triage report), giving the name's "incident responder" actionable substance. It stops short of stating side effects (whether anything is mutated, written, or sent) — though for an analysis-oriented workflow, the described behavior strongly implies a read-only posture, so the gap is modest.

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?

Two sentences (23 words) front-load the purpose and then walk through the workflow in order; the key differentiator ("triage report") is stated up front. Every clause earns its place, and no word is wasted.

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?

For a moderately complex, process-heavy tool with no output schema and no annotations, the description's three-step summary covers the main flow but omits side effects, access requirements, output format of the triage report, and any error behavior. It's adequate for an agent to attempt a first invocation but leaves real gaps for a production-incident workflow.

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 coverage is 50%: window_minutes is documented inline while repo_path is wholly undefined, and the description mentions neither parameter explicitly. The "timeline" language loosely hints at window_minutes' role and Docker/app logs imply repo_path points at source repositories, but the description adds no semantics beyond those weak inferences and fails to compensate for the undocumented repo_path.

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?

"Multi-source log correlation for production incidents" is a specific verb-resource pairing, and the clause "Gathers Docker + app logs, builds a timeline, and generates a triage report" lays out a concrete three-stage pipeline. This level of specificity (sources, intermediate artifact, deliverable) effectively differentiates it from nearby siblings like timps_log_interpreter and timps_incident_response_coordinator, even without naming them.

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?

"For production incidents" supplies clear context that this tool belongs in incident workflows, but no alternatives, exclusions, or when-not-to-use guidance is given. An agent gets no help choosing between this and the many log/incident siblings beyond the implied fit, so usage is only implicitly conveyed.

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/Sandeeprdy1729/timps-swarm'

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