Skip to main content
Clone ID: sentry Covers Sentry issue triage workflows: organizations, projects, issues, latest events, stack traces, and releases.

Start here

QuestionAnswer
Best forAgents that inspect production errors, read stack traces, triage issues, resolve or ignore groups, and connect releases to failures.
Connect withDirect REST base URLs from archal clone start sentry or MCP tools.
Known limitsCoverage is focused on issue-triage APIs, not Sentry’s web UI or every monitoring product surface.
SeedsCommon seeds: empty, demo. See Seeds for usage.

Available tools

Organizations

ToolDescription
list_organizationsList the organizations the authenticated token can access.

Projects

ToolDescription
list_projectsList the projects in an organization.
get_projectGet a single project by organization and project slug.

Issues

ToolDescription
list_issuesSearch an organization’s issues. Supports the is:unresolved, is:resolved, and is:ignored tokens.
get_issueGet full detail for one issue, including tags and activity.
get_latest_eventGet the latest event for an issue, including the stack trace.
update_issueResolve, unresolve, ignore, or assign an issue.

Releases

ToolDescription
list_releasesList an organization’s releases, newest first.

Notes

  • REST routes use Sentry’s /api/0/... path shape.
  • demo includes a sample organization, project, issue, stack-trace event, and release.
  • update_issue supports the same issue references used by reads: numeric issue id or short id.