工具 API
find_ teams
在 Sentry 组织中查找团队。 需要使用此工具的场景: - 查看 Sentry 组织中的团队 - 查找团队的 slug 和数字 ID 以帮助其他工具请求 - 按名称或 slug 搜索特定团队 最多返回 25 个结果。如果达到此限制,请使用 query 参数缩小结果范围。
调用信息
- 工具标识
- sentry-mcp.find_teams
- 服务提供方
- 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.
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.
querySearch query to filter results by name or slug. Use this to narrow down results when there are many items.