工具 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>
调用信息
- 工具标识
- sentry-mcp.search_issue_events
- 服务提供方
- Sentry
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
organizationSlugOrganization slug. Required when using issueId. Not needed when using issueUrl.
issueIdIssue ID (e.g., 'MCP-41', 'PROJECT-123'). Requires organizationSlug. Alternatively, use issueUrl.
issueUrlFull 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'
projectSlugProject slug for better tag discovery. Optional - helps find project-specific tags.
regionUrlSentry region URL. Optional - defaults to main region.
limitMaximum number of events to return (1-100, default: 50)
includeExplanationInclude explanation of how the natural language query was translated to Sentry syntax