工具 API

analyze_issue_with_seer

使用Seer分析生产错误,获取详细的根本原因分析和具体代码修复。当用户明确要求根本原因分析、Seer分析或帮助修复调试问题时使用。当无法仅从问题详情准确确定根本原因时使用。此工具提供:带代码级解释的根本原因分析、错误发生的具体文件位置和行号、可应用的具体代码修复、分步实施指导。自动执行:1. 检查是否已存在分析(如有则即时返回结果)2. 如需要则启动新的AI分析(约2-5分钟)3. 返回完整的修复建议。仅在用户明确要求分析或无法仅从问题详情确定根本原因时使用。如果用户提供了issueUrl,提取并仅使用该参数。分析包含实际代码片段和修复,而不仅仅是错误描述。结果会被缓存,后续调用立即返回。

devOAuth1 积分

调用信息

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

输入参数

organizationSlug

The organization's slug. You can find a existing list of organizations you have access to using the `find_organizations()` tool.

regionUrl

The region URL for the organization you're querying, if known. For Sentry's Cloud Service (sentry.io), this is typically the region-specific URL like 'https://us.sentry.io'. For self-hosted Sentry installations, this parameter is usually not needed and should be omitted. You can find the correct regionUrl from the organization details using the `find_organizations()` tool.

issueId

The Issue ID. e.g. `PROJECT-1Z43`

issueUrl

The URL of the issue. e.g. https://my-organization.sentry.io/issues/PROJECT-1Z43

instruction

Optional custom instruction for the AI analysis