工具 API
get_ replay_ details
通过 URL 或 replay ID 获取特定 Sentry 回放的高级信息。 使用场景: - 用户分享回放 URL - 询问特定回放中发生了什么 - 需要简洁的回放摘要以及下一个问题或追踪查询
调用信息
- 工具标识
- sentry-mcp.get_replay_details
- 服务提供方
- Sentry
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
replayUrlThe URL of the replay. e.g. https://my-organization.sentry.io/replays/7e07485f-12f9-416b-8b14-26260799b51f/
organizationSlugThe organization's slug. You can find a existing list of organizations you have access to using the `find_organizations()` tool.
replayIdThe replay ID. e.g. `7e07485f-12f9-416b-8b14-26260799b51f`
regionUrlThe 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.