get_project_events
Retrieve Sentry issue events by providing organization or project details. Control output size with 'tiny' or 'huge' mode to optimize LLM token usage.
Instructions
get issue events by inputting sentry organization id or slug and sentry project name or slug
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mode | No | mode for output, it can be undefined, it used to control LLM token usage | tiny |
organization_id_or_slug | No | sentry organization id or slug, it can be undefined | |
project_id_or_slug | No | sentry project name or slug, it can be undefined |