Skip to main content
Glama

Sentry Issues MCP

by Leee62

get_project_events

Retrieve Sentry issue events by specifying an organization ID or slug and a project name or slug. Control output size with 'tiny' or 'huge' mode to manage LLM token usage.

Instructions

get issue events by inputting sentry organization id or slug and sentry project name or slug

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

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" } }, "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