Skip to main content
Glama

VRChat MCP Server

vrchat_get_invite_message

Retrieve specific invite messages in VRChat using user ID, message type, and slot number. Requires admin credentials to access messages of other users.

Instructions

Returns a specific invite message. Admin Credentials are required to view messages of other users!

Message type refers to a different collection of messages: - message = Message during a normal invite - response = Message when replying to a message - request = Message when requesting an invite - requestResponse = Message when replying to a request for invite

Input Schema

NameRequiredDescriptionDefault
messageTypeNoThe type of message to fetch. Must be a valid InviteMessageType.message
slotYesSlot number of the message to fetch.
userIdYesMust be a valid user ID.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "messageType": { "default": "message", "description": "The type of message to fetch. Must be a valid InviteMessageType.", "enum": [ "message", "response", "request", "requestResponse" ], "type": "string" }, "slot": { "description": "Slot number of the message to fetch.", "maximum": 11, "minimum": 0, "type": "number" }, "userId": { "description": "Must be a valid user ID.", "minLength": 1, "type": "string" } }, "required": [ "userId", "slot" ], "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/sawa-zen/vrchat-mcp'

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