Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List Sentry projects for an organization
sentry__list_projects
{ "type": "object", "properties": { "organizationSlug": { "type": "string", "description": "Sentry organization slug" }, "cursor": { "type": "string", "description": "Pagination cursor" } }, "required": [ "organizationSlug" ], "description": "Input schema for the sentry__list_projects tool." }