list-journals
List all journal entries or read specific journal pages from a Foundry VTT D&D 5e world to view campaign notes and quest information.
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) |