II.
ToolDescriptor JSON
Structured · livetool-descriptor:sentry.get-event
Sentry: Get Event json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:sentry.get-event",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/sentry-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Sentry: Get Event",
"description": "Retrieve a single event (occurrence) by event ID, including breadcrumbs and stacktrace.",
"inputSchema": {
"type": "object",
"required": [
"event_id"
],
"properties": {
"event_id": {
"type": "string"
},
"organization_slug": {
"type": "string"
},
"project_slug": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"event": {
"type": "object"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:sentry.get-event",
"to": "tool-server:mcp-sentry",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-sentry",
"to": "tool-descriptor:sentry.get-event",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}