vrchat_get_notifications
Fetch VRChat notifications, including friend requests and other alerts, by specifying filters such as type, date, and visibility. Retrieve user notifications via the VRChat MCP Server API.
Instructions
Retrieve a list of VRChat notifications.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after | No | Only return notifications sent after this Date. Ignored if type is "friendRequest". | |
hidden | No | Whether to return hidden or non-hidden notifications. True only allowed on type "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. | |
sent | No | Return notifications sent by the user. Must be false or omitted. | |
type | No | Only send notifications of this type. Use "all" for all types. This parameter no longer does anything and is deprecated. |