Skip to main content
Glama
c20020207

AppSignal MCP Server

by c20020207

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APPSIGNAL_APP_IDYesYour AppSignal application ID
APPSIGNAL_API_TOKENYesYour AppSignal API token

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
getIncidentD–
getIncidentSampleD–
listIncidentsD–

Prompts

Interactive templates invoked by user choice

NameDescription
analyzeIncident
suggestFixes

Resources

Contextual data attached and managed by the client

NameDescription
incidents

TDQS

D1.6/5.0

Scored across 3 tools

Disambiguation3/5

The tools have distinct names (getIncident, getIncidentSample, listIncidents) suggesting different purposes, but without descriptions, it's unclear how 'getIncident' and 'getIncidentSample' differ—they could overlap in retrieving incident data. The 'listIncidents' is clearly separate for listing multiple incidents.

Naming Consistency5/5

All tool names follow a consistent camelCase pattern with clear verb-noun combinations (getIncident, getIncidentSample, listIncidents). There are no deviations in naming style, making them predictable and readable.

Tool Count2/5

With only 3 tools, the server feels thin for an incident management domain, as it likely lacks essential operations like creating, updating, or resolving incidents. This minimal set may not support complete agent workflows, indicating an under-scoped tool surface.

Completeness2/5

Inferred from the domain (incident management), there are significant gaps: no tools for creating, updating, deleting, or resolving incidents, and no coverage for related entities like alerts or metrics. This incomplete surface will likely cause agent failures in handling full incident lifecycles.

Maintenance

ActivityInactive
ResponsivenessNo issues