Skip to main content
Glama

VRChat MCP Server

vrchat_get_friends_list

Retrieve detailed VRChat friend information, including display name, status, avatar details, and more, using the VRChat MCP Server for streamlined API interactions.

Instructions

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" }

You must be authenticated.

Other Tools from VRChat MCP Server

Related Tools

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