get_project_events
Retrieve Sentry issue events by specifying an organization ID or slug and a project name or slug. Control output size with 'tiny' or 'huge' mode to manage 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 |