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.

devOAuth1 credits

Call information

Tool slug
sentry-mcp.find_projects
Provider
Sentry
Average response
0 ms
Calls in 7 days
0

Input parameters

organizationSlugrequired

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.