vrchat_select_avatar
Switch to a specific avatar in VRChat by entering its unique ID. This tool simplifies avatar selection through the VRChat MCP Server for streamlined user interactions.
Instructions
Select and switch to a specific avatar by its ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
avatarId | Yes | The ID of the avatar to select |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"avatarId": {
"description": "The ID of the avatar to select",
"type": "string"
}
},
"required": [
"avatarId"
],
"type": "object"
}