VRChat MCP Server

by sawa-zen
Verified

vrchat_get_friends_list

Retrieve a list of VRChat friend information. The following information can be retrieved: - "bio" - "bioLinks" - "currentAvatarImageUrl" - "currentAvatarThumbnailImageUrl" - "currentAvatarTags" - "developerType" - "displayName" - "fallbackAvatar" - "id" - "isFriend" - "last_platform" - "last_login" - "profilePicOverride" - "pronouns" - "status" - "statusDescription" - "tags" - "userIcon" - "location" - "friendKey"

Input Schema

NameRequiredDescriptionDefault
nNo
offlineNo
offsetNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "n": { "maximum": 100, "minimum": 1, "type": "number" }, "offline": { "type": "boolean" }, "offset": { "minimum": 0, "type": "number" } }, "type": "object" }