Skip to main content
Glama
jamesbrink

MCP Server for Coroot

get_incident

Retrieve comprehensive incident details including timeline, affected applications, impact, and resolution status for a specific incident.

Instructions

Get detailed information about a specific incident.

Retrieves comprehensive incident information including:

  • Timeline of events

  • Affected applications

  • Impact assessment

  • Resolution status

Args: project_id: Project ID incident_id: Incident ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
incident_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description should disclose side effects or constraints. It only implies a read operation but does not explicitly state idempotency, rate limits, or that it has no side effects. The absence of such details leaves room for uncertainty.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured, with a brief introductory sentence followed by bullet points listing returned information and an Args section. It is front-loaded and free of unnecessary content.

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

Completeness4/5

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

Given the tool's simplicity (two required parameters, an output schema exists), the description adequately covers the purpose and returned data. It does not need to detail return values since an output schema is present. Minor omission: no mention of error conditions or prerequisites.

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?

The input schema has 0% description coverage for parameters. The description lists 'Args: project_id: Project ID, incident_id: Incident ID' but adds no semantic meaning beyond the parameter names, such as expected format or validation rules.

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 clearly states the tool's action: 'Get detailed information about a specific incident' and lists specific data included (timeline, affected apps, impact, resolution). It distinguishes itself from sibling tools like get_application or get_project, which target different resources.

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 like get_application_rca or other incident-related tools. The description assumes the user knows when to retrieve incident details.

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/jamesbrink/mcp-coroot'

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