Skip to main content
Glama

MCP Sentry para Cursor

sentry_get_event

Fetch a specific Sentry event by providing the issue ID/URL and event ID. Use this tool to retrieve detailed information for error monitoring and debugging.

Instructions

Retrieve a specific Sentry event from an issue. Requires issue ID/URL and event ID.

Input Schema

NameRequiredDescriptionDefault
eventIdYesEvent ID
projectSlugYesProject slug/identifier

Input Schema (JSON Schema)

{ "properties": { "eventId": { "description": "Event ID", "type": "string" }, "projectSlug": { "description": "Project slug/identifier", "type": "string" } }, "required": [ "projectSlug", "eventId" ], "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