工具 API

find_releases

在 Sentry 中查找发布版本。 需要使用此工具的场景: - 在 Sentry 组织中查找最近的发布版本 - 查找特定项目的最新发布版本 - 确定发布版本何时部署到某个环境

devOAuth1 积分

调用信息

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

输入参数

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.

projectSlug

The project's slug. This will default to all projects you have access to. It is encouraged to specify this when possible.

query

Search for versions which contain the provided string.