vrchat_list_favorite_groups
Retrieve a list of favorite groups for a VRChat user by specifying the owner ID, number of groups to display, and an offset for pagination. Integrates with the MCP Server for streamlined access to VRChat API data.
Instructions
Returns a list of favorite groups owned by a user.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
n | No | Number of favorite groups to return (1-100). Default is 60. | |
offset | No | Skip this many favorite groups before beginning to return results. | |
ownerId | No | Filter by owner ID. If not provided, returns current user's favorite groups. |