foundry_list_chat_messages
Retrieve FoundryVTT chat messages with pagination and filters, enabling permission-scoped access by user or speaker.
Instructions
Get chat messages with optional pagination and filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| userId | No | Optional Foundry user ID or username for permission-scoped access. | |
| speaker | No | ||
| chatType | No | ||
| clientId | No | Foundry client ID; defaults to FOUNDRY_CLIENT_ID. |