Skip to main content
Glama

MCP Sentry para Cursor

sentry_create_alert_rule

Define custom alert rules for project monitoring by specifying conditions, actions, and frequency. Streamline error tracking and application health management with MCP Sentry para Cursor integration.

Instructions

Create an alert rule for a project

Input Schema

NameRequiredDescriptionDefault
actionsNoAlert actions
conditionsNoAlert conditions
frequencyNoCheck frequency in minutes
nameYesAlert rule name
projectSlugYesProject slug/identifier

Input Schema (JSON Schema)

{ "properties": { "actions": { "description": "Alert actions", "type": "array" }, "conditions": { "description": "Alert conditions", "type": "array" }, "frequency": { "default": 30, "description": "Check frequency in minutes", "type": "number" }, "name": { "description": "Alert rule name", "type": "string" }, "projectSlug": { "description": "Project slug/identifier", "type": "string" } }, "required": [ "projectSlug", "name" ], "type": "object" }

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/diegofornalha/sentry-mcp-cursor'

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