Skip to main content
Glama
Rootly-AI-Labs

Rootly MCP server

Official

listIncidentActionItems

Retrieve and manage action items linked to specific incidents on the Rootly MCP server. Use incident_id to filter and paginate results for efficient tracking and resolution.

Instructions

List incident action items

Path Parameters:

  • incident_id (Required): No description.

Query Parameters:

  • include: No description.

  • page_number: No description.

  • page_size: No description.

Responses:

  • 200 (Success): success

    • Content-Type: application/vnd.api+json

    • Example:

{
  "key": "value"
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
incident_idYes
includeNo
page_numberNo
page_sizeNo

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 provided, the description carries full burden for behavioral disclosure. It mentions pagination parameters (page_number, page_size) in the parameter section but doesn't explain pagination behavior in the description text. It shows a response example but doesn't describe what 'success' means or typical return formats. For a listing tool with pagination, this leaves significant behavioral gaps about how results are structured and returned.

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

Conciseness2/5

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

The description is poorly structured - it starts with a brief purpose statement then dumps parameter documentation that adds no value (repeating 'No description' four times). The response section includes an example but without explanation. While not verbose, it's inefficiently organized with redundant information that doesn't help the agent understand the tool better.

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

Completeness2/5

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

For a tool with 4 parameters (0% schema coverage), no annotations, and sibling tools that suggest a complex incident management system, the description is inadequate. It doesn't explain what action items are, how they relate to incidents, what the response structure looks like beyond a trivial example, or how pagination works. While there's an output schema (implied by the response example), the description doesn't leverage this to provide meaningful context.

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 description coverage is 0%, so all 4 parameters are undocumented in the schema. The description lists parameters with labels but provides 'No description' for each one. It doesn't explain what 'incident_id' should contain, what 'include' might filter or expand, or how pagination parameters work. The description adds minimal value beyond what's already visible in the parameter names themselves.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'List incident action items' which provides a clear verb ('List') and resource ('incident action items'), but it doesn't differentiate from sibling tools like 'listIncidentAlerts' or 'listIncidents' - it's unclear what distinguishes action items from other incident-related entities. The purpose is understandable but lacks specificity about what action items are in this context.

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 about when to use this tool versus alternatives. With sibling tools like 'listIncidentAlerts', 'listIncidents', and 'createIncidentActionItem', there's no indication of when action item listing is appropriate versus listing other incident-related entities or creating new action items. The description offers no context about prerequisites or typical use cases.

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

Related 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/Rootly-AI-Labs/Rootly-MCP-server'

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