VRChat MCP Server

vrchat_search_groups

Search for VRChat groups by name or shortCode using the VRChat MCP Server. Specify a query, limit results, and apply offsets to refine your search efficiently.

Instructions

Search VRChat groups by name or shortCode

Input Schema

NameRequiredDescriptionDefault
nNoThe number of objects to return
offsetNoA zero-based offset from the default object sorting
queryYesQuery to search for, can be either Group Name or Group shortCode

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "n": { "description": "The number of objects to return", "maximum": 100, "minimum": 1, "type": "number" }, "offset": { "description": "A zero-based offset from the default object sorting", "minimum": 0, "type": "number" }, "query": { "description": "Query to search for, can be either Group Name or Group shortCode", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from VRChat MCP Server

Related Tools

ID: u763zoyi5a