工具 API

get_issue_tag_values

获取特定 Sentry 问题的标签值分布。 需要使用此工具的场景: - 了解问题在不同标签值间的分布情况 - 获取唯一标签值的聚合计数(例如"有多少个唯一 URL 受到影响") - 分析哪些浏览器、环境或 URL 受问题影响最大 - 以编程方式查看标签分布页面数据 常用标签键: - url:受问题影响的请求 URL - browser:浏览器类型和版本 - browser.name:仅浏览器名称 - os:操作系统 - environment:部署环境(生产、预发布等) - release:软件发布版本 - device:设备类型 - user:受影响用户

devOAuth1 积分

调用信息

工具标识
sentry-mcp.get_issue_tag_values
服务提供方
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.

issueId

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

issueUrl

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

tagKey必填

The tag key to get values for (e.g., 'url', 'browser', 'environment', 'release').