Skip to main content
Glama

Sentry Issues MCP

by Leee62

get_single_event

Retrieve detailed information about a specific Sentry issue event by providing its URL or ID, with options to specify organization, project, and output mode.

Instructions

get issue event by inputting sentry issue event url or sentry issue event id

Input Schema

NameRequiredDescriptionDefault
modeNomode for output, it can be undefined, it used to control LLM token usagetiny
organization_id_or_slugNosentry organization id or slug, it can be undefined
project_id_or_slugNosentry project name or slug, it can be undefined
url_or_idYessentry issue event url or sentry issue event id

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "mode": { "default": "tiny", "description": "mode for output, it can be undefined, it used to control LLM token usage", "enum": [ "tiny", "huge" ], "type": "string" }, "organization_id_or_slug": { "description": "sentry organization id or slug, it can be undefined", "type": "string" }, "project_id_or_slug": { "description": "sentry project name or slug, it can be undefined", "type": "string" }, "url_or_id": { "description": "sentry issue event url or sentry issue event id", "type": "string" } }, "required": [ "url_or_id" ], "type": "object" }

Other Tools from Sentry Issues MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Leee62/sentry-issues-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server