Skip to main content
Glama

AppSignal MCP Server

by c20020207
MIT License

getIncidentSample

Fetch a specific sample from an AppSignal incident using the incident number and sample ID to analyze and troubleshoot monitoring issues.

Input Schema

NameRequiredDescriptionDefault
incidentNumberYes
sampleIdNo

Input Schema (JSON Schema)

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

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