Skip to main content
Glama

MCP Sentry para Cursor

sentry_get_organization_stats

Retrieve detailed organization statistics, including received, rejected, or blacklisted data, within specified timeframes and resolutions for effective app monitoring and analysis.

Instructions

Get organization statistics

Input Schema

NameRequiredDescriptionDefault
resolutionNoTime resolution
sinceNoStart date (ISO format or timestamp)
statYesType of statistic
untilNoEnd date (ISO format or timestamp)

Input Schema (JSON Schema)

{ "properties": { "resolution": { "description": "Time resolution", "enum": [ "10s", "1h", "1d" ], "type": "string" }, "since": { "description": "Start date (ISO format or timestamp)", "type": "string" }, "stat": { "description": "Type of statistic", "enum": [ "received", "rejected", "blacklisted" ], "type": "string" }, "until": { "description": "End date (ISO format or timestamp)", "type": "string" } }, "required": [ "stat" ], "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