工具 API

get_replay_details

通过 URL 或 replay ID 获取特定 Sentry 回放的高级信息。 使用场景: - 用户分享回放 URL - 询问特定回放中发生了什么 - 需要简洁的回放摘要以及下一个问题或追踪查询

devOAuth1 积分

调用信息

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

输入参数

replayUrl

The URL of the replay. e.g. https://my-organization.sentry.io/replays/7e07485f-12f9-416b-8b14-26260799b51f/

organizationSlug

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

replayId

The replay ID. e.g. `7e07485f-12f9-416b-8b14-26260799b51f`

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.