Skip to main content
Glama

MCP Sentry para Cursor

sentry_finish_transaction

Finalizes a transaction in MCP Sentry para Cursor, allowing users to set its status such as 'ok', 'cancelled', or 'internal_error', ensuring accurate error and performance monitoring.

Instructions

Finish the current transaction

Input Schema

NameRequiredDescriptionDefault
statusNoTransaction statusok

Input Schema (JSON Schema)

{ "properties": { "status": { "default": "ok", "description": "Transaction status", "enum": [ "ok", "cancelled", "unknown", "invalid_argument", "deadline_exceeded", "not_found", "already_exists", "permission_denied", "resource_exhausted", "failed_precondition", "aborted", "out_of_range", "unimplemented", "internal_error", "unavailable", "data_loss", "unauthenticated" ], "type": "string" } }, "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