Skip to main content
Glama

Raygun MCP Server

Official
by MindscapeHQ

send_invitation

Generate and send user invitations via email for Raygun MCP Server API V3 access, enabling interaction with Crash Reporting and Real User Monitoring applications.

Instructions

Send an invitation to a user

Input Schema

NameRequiredDescriptionDefault
emailAddressYesEmail address to send the invitation to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "emailAddress": { "description": "Email address to send the invitation to", "format": "email", "type": "string" } }, "required": [ "emailAddress" ], "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/MindscapeHQ/mcp-server-raygun'

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