Skip to main content
Glama
getsentry

Sentry MCP Server

Official
by getsentry

resolve_short_id

Retrieve issue details, project context, and status by mapping short IDs like PROJECT-123 to comprehensive Sentry data for debugging and monitoring.

Instructions

Retrieve details about an issue using its short ID. Maps short IDs to issue details, project context, and status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organization_slugYesThe slug of the organization the issue belongs to
short_idYesThe short ID of the issue to resolve (e.g., PROJECT-123)
formatNoOutput format (default: markdown)markdown

Implementation Reference

  • Schema for the ShortIdResolutionResponse, which defines the output structure for resolving a short ID to Sentry group/issue details, including project and organization info.
    export interface ShortIdResolutionResponse { group: { annotations: any[]; assignedTo: any | null; count: string; culprit: string; firstSeen: string; hasSeen: boolean; id: string; isBookmarked: boolean; isPublic: boolean; isSubscribed: boolean; lastSeen: string; level: string; logger: string | null; metadata: { title: string; }; numComments: number; permalink: string; project: { id: string; name: string; slug: string; }; shareId: string | null; shortId: string; status: string; statusDetails: Record<string, any>; subscriptionDetails: any | null; title: string; type: string; userCount: number; }; groupId: string; organizationSlug: string; projectSlug: string; shortId: string; }

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/getsentry/sentry-mcp-ts'

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