Skip to main content
Glama

List incidents

instatus_list_incidents
Read-only

List a status page's incidents, most recent first — optionally filtered by status. Each incident: id, name, status, impact, affected components, updates, timestamps. Instatus: GET /v1/{page_id}/incidents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number to fetch (default 1).
statusNoFilter to incidents with this status (INVESTIGATING, IDENTIFIED, MONITORING, RESOLVED).
page_idYesThe status page's id.
per_pageNoItems per page (default 50, max 100).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true; description adds ordering (most recent first), optional status filter, and return fields. Goes beyond annotation but doesn't detail pagination limits or rate limits.

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 concise sentences, front-loaded with key purpose. No redundant information. Efficient for AI consumption.

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?

No output schema, but description lists return fields. Parameters fully covered. Sibling tools clearly distinct. Adequate for a list operation with pagination and filter.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline 3. Description adds value by explaining the status filter enum values and default pagination (page=1, per_page=50). No additional syntax beyond schema.

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?

Clear verb+resource: lists incidents of a status page. Differentiates from siblings like instatus_get_incident (single) and instatus_create_incident (creation) by stating it lists many, most recent first.

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?

Implied usage: listing incidents with optional filter. No explicit when-not-to-use or alternatives, but readOnlyHint suggests safe read. Sibling list provides context but description lacks guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.