Skip to main content
Glama

Glitchtip MCP Server

by CleverMobi

list_events

Retrieve error events from a Glitchtip project to monitor and debug application issues. Specify the project slug to view recent events with configurable limits.

Instructions

List events for a specific project (requires event:read scope)

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of events to return (default: 25)
project_slugYesThe slug of the project

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of events to return (default: 25)", "type": "number" }, "project_slug": { "description": "The slug of the project", "type": "string" } }, "required": [ "project_slug" ], "type": "object" }

Other Tools from Glitchtip 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/CleverMobi/glitchtip-mcp'

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