TOOL API
find_ projects
Find projects in Sentry. Use this tool when you need to: - View projects in a Sentry organization - Find a project's slug to aid other tool requests - Search for specific projects by name or slug Returns up to 25 results. If you hit this limit, use the query parameter to narrow down results.
Call information
- Tool slug
- sentry-mcp.find_projects
- Provider
- Sentry
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
organizationSlugrequiredThe 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.