Skip to content

Sentry

Dev tools · 44 actions · connect by signing in

Connect in dashboardsign infrom MCP Registry

Actions

A sample of the 44 Sentry actions. Each keeps the schema of the real API.

  • sentry.list_issuesread
  • sentry.get_issueread
  • sentry.create_issuewrite
  • sentry.list_pull_requestsread
  • sentry.get_pull_requestread
  • sentry.create_pull_requestwrite
  • sentry.list_deploymentsread
  • sentry.get_deploymentread
  • sentry.create_deploymentwrite
  • sentry.delete_issuedelete

From your agent

Your agent never loads these up front. It searches in plain words and gets back the one it needs.

search_tools
{ "query": "list issues", "app": "sentry" }
execute_tool
{ "name": "sentry.list_issues",
  "fields": ["id"] }