Skip to main content
Glama

MCP Sentry para Cursor

sentry_resolve_short_id

Retrieve issue details, project context, and status using a short ID. Simplify error tracking and monitoring by mapping short IDs to comprehensive issue information.

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