Skip to main content
Glama

MCP Sentry para Cursor

sentry_list_issue_events

Retrieve and analyze events associated with a specific Sentry issue to track details, metadata, and patterns for effective issue resolution and monitoring.

Instructions

List events for a specific Sentry issue. Analyze event details, metadata and patterns.

Input Schema

NameRequiredDescriptionDefault
issueIdYesIssue ID
limitNoNumber of events to return

Input Schema (JSON Schema)

{ "properties": { "issueId": { "description": "Issue ID", "type": "string" }, "limit": { "default": 50, "description": "Number of events to return", "type": "number" } }, "required": [ "issueId" ], "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