II.
ToolDescriptor JSON
Structured · livetool-descriptor:sentry.get-issue
Sentry: Get Issue json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}