vrchat_get_notifications
Retrieve VRChat notifications to monitor friend requests, messages, and platform updates, enabling users to stay informed about social interactions and account activity.
Instructions
Retrieve a list of VRChat notifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Only send notifications of this type. Use "all" for all types. This parameter no longer does anything and is deprecated. | |
| sent | No | Return notifications sent by the user. Must be false or omitted. | |
| hidden | No | Whether to return hidden or non-hidden notifications. True only allowed on type "friendRequest". | |
| after | No | Only return notifications sent after this Date. Ignored if type is "friendRequest". | |
| n | No | The number of objects to return. Default: 60, Max: 100 | |
| offset | No | A zero-based offset from the default object sorting from where to start. |