sentry.get_event_attachment high conf highOBO
Downloads attached files (minidumps, screenshots, custom uploads) which often contain PII.
sentry.update_project high conf highhuman approval
Modifies project settings including data scrubbing and retention rules.
sentry.create_dsn high conf highhuman approval
Provisions a new ingest DSN; an attacker with the DSN can spoof events into the project.
sentry.update_issue medium conf highhuman approval
Resolves, ignores, or reassigns an issue; can suppress active production errors.
All other tools (20)
sentry.analyze_issue_with_seer medium conf mediumaudit
Sends issue context to Seer AI for root-cause analysis.
sentry.create_project medium conf highaudit
Provisions a new Sentry project, expanding the monitored surface.
sentry.find_dsns medium conf highaudit
Lists project DSNs (ingest credentials).
sentry.find_organizations low conf highallow
Lists organizations available to the caller.
sentry.find_projects low conf highallow
Lists projects within an organization.
sentry.find_releases low conf highallow
Lists tracked code releases for an organization.
sentry.find_teams low conf highallow
Lists Sentry teams in an organization.
sentry.get_doc low conf highallow
Reads a Sentry documentation page.
sentry.get_issue_details medium conf highaudit
Returns full issue details including breadcrumbs and user context.
sentry.get_issue_tag_values medium conf highaudit
Returns tag values associated with issues; can include user identifiers.
sentry.get_sentry_resource low conf mediumallow
Returns a generic Sentry resource document.
sentry.get_trace_details medium conf highaudit
Returns distributed trace details including span tags and request data.
sentry.list_events medium conf highaudit
Bulk-lists raw events including request/user payloads.
sentry.list_issue_events medium conf highaudit
Lists individual events for an issue; payloads may carry PII.
sentry.list_issues medium conf highaudit
Bulk-lists project issues; may include identifying user context.
sentry.search_docs low conf highallow
Searches Sentry public documentation.
sentry.search_events medium conf highaudit
Runs natural-language search over the event store.
sentry.search_issue_events medium conf highaudit
Searches across an issue's event history.
sentry.search_issues medium conf highaudit
Searches issues that may surface stack traces and request data containing PII.
sentry.whoami low conf highallow
Returns the authenticated principal's identity.