Skip to main content
Glama

VRChat MCP Server

vrchat_get_instance

Retrieve detailed information about a specific VRChat instance using world and instance IDs. Access member details if you are the instance owner.

Instructions

Get information about a specific instance. Note: Detailed information about instance members is only available if you are the instance owner.

Input Schema

NameRequiredDescriptionDefault
instanceIdYesMust be a valid instance ID.
worldIdYesMust be a valid world ID.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "instanceId": { "description": "Must be a valid instance ID.", "type": "string" }, "worldId": { "description": "Must be a valid world ID.", "type": "string" } }, "required": [ "worldId", "instanceId" ], "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