工具 API

search_issue_events

Search and filter events within a specific issue using natural language queries. Use this to filter events by time, environment, release, user, trace ID, or other tags. The tool automatically constrains results to the specified issue. For cross-issue searches use search_issues. For single issue or event details use get_sentry_resource. <examples> search_issue_events(issueId='MCP-41', organizationSlug='my-org', naturalLanguageQuery='from last hour') search_issue_events(issueUrl='https://sentry.io/.../issues/123/', naturalLanguageQuery='production with release v1.0') </examples>

devOAuth1 积分

调用信息

工具标识
sentry-mcp.search_issue_events
服务提供方
Sentry
平均响应
0 ms
近 7 天调用
0

输入参数

organizationSlug

Organization slug. Required when using issueId. Not needed when using issueUrl.

issueId

Issue ID (e.g., 'MCP-41', 'PROJECT-123'). Requires organizationSlug. Alternatively, use issueUrl.

issueUrl

Full Sentry issue URL (e.g., 'https://sentry.io/organizations/my-org/issues/123/'). Includes both organization and issue ID.

naturalLanguageQuery必填

Natural language description of what events you want to find within this issue. Examples: 'from last hour', 'production with release v1.0', 'affecting user alice@example.com', 'with trace ID abc123'

projectSlug

Project slug for better tag discovery. Optional - helps find project-specific tags.

regionUrl

Sentry region URL. Optional - defaults to main region.

limit

Maximum number of events to return (1-100, default: 50)

includeExplanation

Include explanation of how the natural language query was translated to Sentry syntax