Skip to main content
Glama

MCP Sentry para Cursor

sentry_resolve_short_id

Retrieve detailed issue information, project context, and status by mapping a short ID (e.g., 'PROJ-123') to its corresponding Sentry issue.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
shortIdYesThe short ID of the issue (e.g., 'PROJ-123')

Input Schema (JSON Schema)

{ "properties": { "shortId": { "description": "The short ID of the issue (e.g., 'PROJ-123')", "type": "string" } }, "required": [ "shortId" ], "type": "object" }

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/diegofornalha/sentry-mcp-cursor'

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