Get Document References
get_document_referencesList characters and locations mentioned in a document with counts and positions to view a scene's cast and settings at a glance.
Instructions
List the registered characters and locations that a given document mentions, with how many times each appears and where. Uses exact whole-word, case-insensitive matching against the project's character and location registries — no AI. Use this to see a scene's cast and settings at a glance. Returns empty when the document mentions no known entities or the registries are empty. Requires an open project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | UUID of the document to inspect (from get_structure). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mentions | Yes | Registered entities this document references. | |
| documentId | Yes | The inspected document id. |