工具 API

find_projects

在 Sentry 中查找项目。 需要使用此工具的场景: - 查看 Sentry 组织中的项目 - 查找项目的 slug 以帮助其他工具请求 - 按名称或 slug 搜索特定项目 最多返回 25 个结果。如果达到此限制,请使用 query 参数缩小结果范围。

devOAuth1 积分

调用信息

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

query

Search query to filter results by name or slug. Use this to narrow down results when there are many items.