AppSignal MCP Server

by c20020207
MIT License

getIncident

Fetch detailed incident information by providing a valid incident number using the Model Context Protocol server connected to AppSignal monitoring.

Input Schema

NameRequiredDescriptionDefault
incidentNumberYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "incidentNumber": { "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "incidentNumber" ], "type": "object" }

You must be authenticated.

Other Tools from AppSignal MCP Server

Related Tools

    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