Skip to main content
Glama

Sentry MCP Server

by codyde

resolve_short_id

Maps short IDs to issue details, project context, and status in Sentry, enabling quick retrieval of error tracking and monitoring data. Supports plain or markdown output formats.

Instructions

Retrieve details about an issue using its short ID. Maps short IDs to issue details, project context, and status.

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format (default: markdown)markdown
organization_slugYesThe slug of the organization the issue belongs to
short_idYesThe short ID of the issue to resolve (e.g., PROJECT-123)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "markdown", "description": "Output format (default: markdown)", "enum": [ "plain", "markdown" ], "type": "string" }, "organization_slug": { "description": "The slug of the organization the issue belongs to", "type": "string" }, "short_id": { "description": "The short ID of the issue to resolve (e.g., PROJECT-123)", "type": "string" } }, "required": [ "organization_slug", "short_id" ], "type": "object" }
Install Server

Other Tools from Sentry MCP Server

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/codyde/mcp-sentry-ts'

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