Skip to main content
Glama

resolve_short_id

Retrieve Sentry issue details, project context, and status using a short ID like PROJECT-123. Maps identifiers to comprehensive error tracking information for analysis.

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

  • TypeScript interface defining the response structure for resolving a Sentry short ID, serving as the output schema for the 'resolve_short_id' tool.
    // Define interface for the short ID resolution response 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/codyde/mcp-sentry-ts'

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