vrchat_read
Call any VRChat GET operation using its operationId to read friends, worlds, groups, events, notifications, status, avatars, and history.
Instructions
Call an available generated VRChat GET operation by operationId. Use vrchat_operations and vrchat_operation_details to discover params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Paging controls. | |
| fields | No | Fields to keep. | |
| params | No | OpenAPI params. | |
| compact | No | Compact response. | |
| includeMeta | No | Include URL/page metadata. | |
| operationId | Yes | OpenAPI operationId. | |
| maxArrayLength | No | Max array items. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | VRChat API response data. |