iiRecord
Agentic AI Atlas · Sentry: Get Issue
tool-descriptor:sentry.get-issuea5c.ai
II.
ToolDescriptor JSON

tool-descriptor:sentry.get-issue

Structured · live

Sentry: Get Issue json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/sentry-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:sentry.get-issue",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/sentry-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Sentry: Get Issue",
    "description": "Retrieve a Sentry issue by ID or short ID, including stacktrace and event metadata.",
    "inputSchema": {
      "type": "object",
      "required": [
        "issue_id_or_url"
      ],
      "properties": {
        "issue_id_or_url": {
          "type": "string"
        },
        "organization_slug": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "issue": {
          "type": "object"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:sentry.get-issue",
      "to": "tool-server:mcp-sentry",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "claim:source-provenance-run3-extensions-tool-descriptors-sentry-mcp-tools-yaml",
      "to": "tool-descriptor:sentry.get-issue",
      "kind": "about_subject"
    },
    {
      "from": "tool-server:mcp-sentry",
      "to": "tool-descriptor:sentry.get-issue",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}