Skip to main content
Glama
hashirR786

incident-commander-mcp

by hashirR786

post_status_update

Append a status update to an incident timeline to log findings, actions, or changes. Provide incident ID and message.

Instructions

Appends a timeline entry to an existing incident record. Use this to log investigation findings, actions taken, or status changes during an ongoing incident. Requires a valid incident_id (e.g., "INC-2026-0042"). The message will be timestamped and attributed to "incident-commander-mcp".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesThe update message to append to the incident timeline (e.g., "Root cause identified: deployment v2.4.1 introduced a null pointer regression.").
incident_idYesThe incident ID to update (e.g., "INC-2026-0042"). Must match an existing incident.
Behavior4/5

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

Annotations already declare readOnlyHint=false and idempotentHint=false. The description adds valuable behavior: the message is timestamped and attributed to 'incident-commander-mcp', and a valid incident_id is required. This goes beyond the structured annotations without contradicting them.

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 three sentences with no redundancy: it states the action, provides usage guidance, and specifies prerequisites and side effects. Every sentence earns its place.

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?

For a simple 2-parameter tool with annotations and no output schema, the description is complete: it covers what the tool does, when to use it, required inputs, and behavioral details (timestamping and attribution). No critical gaps remain.

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%, with both parameters (incident_id and message) having clear descriptions in the schema. The tool description reinforces usage but does not add significant new parameter-specific semantics beyond what the schema already provides.

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 states a specific verb+resource: 'Appends a timeline entry to an existing incident record.' This clearly distinguishes it from sibling tools like trigger_rollback or create_incident_ticket, as it is the only tool that logs to an existing incident's timeline.

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

Usage Guidelines4/5

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

The description provides clear context on when to use: 'Use this to log investigation findings, actions taken, or status changes during an ongoing incident.' It implies the tool is for adding updates rather than creating new incidents or performing rollbacks, though it doesn't explicitly name alternatives.

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/hashirR786/incident-commander-mcp'

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