list-journals
List all journal entries in your Foundry VTT world, or read the content of a specific journal or page. Use filter options to show only quest-related journals or include content preview.
Instructions
List all journal entries, or read a specific journal/page. Without parameters: lists all journals with their pages (id, name, type). With journalId: reads the journal's first text page content and shows all available pages. With journalId + pageId: reads a specific page's full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | No | If provided with journalId, read this specific page's content. Get page IDs from the pages array returned when listing journals or reading a journal. | |
| journalId | No | If provided, read this journal's content instead of listing all journals. Returns full page content and a list of all pages in the journal. | |
| filterQuests | No | Only show journals that appear to be quest-related (default: false) | |
| includeContent | No | Include journal content preview (default: false) |