List compendium entries
list-compendium-entriesLists compendium entry IDs, names, types, and folders to verify contents, find duplicates, or get IDs for later work. Reads only the index, returns up to 1000 entries per call, read-only.
Instructions
List what actually sits inside a compendium: ids, names, types and folders. list-compendiums only gives counts, so this is the way to check whether an archive holds what it should, to find duplicates, or to get the ids needed for later work. Reads the index only, never the full documents, and returns at most 1000 entries per call; when more follow, the answer says so with the next offset. Read only: it changes nothing and works at any permission level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Entries per page: 200 unless given, 1000 at the most | |
| offset | No | Entries to skip; continue with the offset the previous answer named | |
| packId | Yes | Id of the compendium, package and name joined by a dot, for instance world.chapter-one | |
| folderName | No | Keep only entries inside the compendium folder of this name | |
| namePattern | No | Keep only entries whose name contains this text; case does not matter |