Skip to main content
Glama
Vibe-Code-Agent

sentry-investigator

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SENTRY_PROJECTNo(Optional) Your default project slug
SENTRY_AUTH_TOKENYesYour Sentry API token
SENTRY_ORGANIZATIONYesYour Sentry organization slug

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_sentry_issuesC

Fetch recent issues from Sentry for investigation

investigate_issueC

Investigate a specific Sentry issue by analyzing the codebase and providing explanations and fixes

analyze_stack_traceB

Analyze a stack trace and find related code in the codebase

get_jira_boardsA

Get list of available Jira boards for ticket creation

create_jira_ticketA

Create a Jira ticket from a Sentry issue and link them together

get_issue_typesB

Get available issue types for a Jira project

create_jira_from_sentryB

Create a Jira ticket directly from a Sentry issue with automatic linking and rich context

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 7 tools

Disambiguation3/5

The set has two tools for creating Jira tickets from Sentry issues (create_jira_from_sentry and create_jira_ticket) that are nearly identical in purpose, causing ambiguity. Additionally, analyze_stack_trace and investigate_issue have some overlap in context analysis, though not exact duplicates.

Naming Consistency3/5

Most tools follow a verb_noun pattern, but 'create_jira_from_sentry' introduces a preposition, and the two Jira creation tools use different naming structures despite similar functions, leading to inconsistency.

Tool Count5/5

With 7 tools covering Sentry issue retrieval, analysis, and Jira ticket creation, the count is well-scoped for the server's purpose without being too sparse or bloated.

Completeness3/5

The tools cover the primary workflow of investigating Sentry issues and creating Jira tickets, but there are minor gaps such as missing updates to tickets or listing Jira projects, and redundancy reduces overall completeness.

Maintenance

ActivityInactive
ResponsivenessNo issues