set_emote_parameter
Set VRCEmote on the current avatar by defining a specific value, enabling AI-driven avatar interaction and control in VRChat using the Model Context Protocol.
Instructions
Set VRCEmote on the current avatar.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
value | Yes | Value to set |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"value": {
"description": "Value to set",
"type": [
"number",
"string"
]
}
},
"required": [
"value"
],
"type": "object"
}