Skip to main content
Glama

listIncidents

Fetch and filter incidents from AppSignal monitoring by state (open, closed, ignored) and limit results for efficient incident analysis and tracking.

Input Schema

NameRequiredDescriptionDefault
limitNo
stateNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 25, "exclusiveMinimum": 0, "type": "integer" }, "state": { "enum": [ "open", "closed", "ignored" ], "type": "string" } }, "type": "object" }

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/c20020207/mcp-appsignal'

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