Skip to main content
Glama

VRChat MCP Server

vrchat_list_invite_messages

Retrieve a list of invite messages for a specific user from the VRChat MCP Server. Requires admin credentials to access messages of other users.

Instructions

Returns a list of all the users Invite Messages. Admin Credentials are required to view messages of other users!

Input Schema

NameRequiredDescriptionDefault
messageTypeYesThe type of 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": { "description": "The type of message to fetch", "enum": [ "message", "response", "request", "requestResponse" ], "type": "string" }, "userId": { "description": "Must be a valid user ID", "minLength": 1, "type": "string" } }, "required": [ "userId", "messageType" ], "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