Suggest Missing Connections
suggest_connectionsIdentify characters or locations missing from a document based on co-occurrence patterns. Find omissions in scenes where entities typically appear together.
Instructions
Suggest characters or locations a document might be missing: entities it does not mention but that frequently co-occur — in other documents — with the entities it does mention. Deterministic co-occurrence inference (no AI), ranked by how many of the document’s entities each suggestion travels with. Use this to spot a scene that omits a character who usually appears with its cast. Returns empty when the document has no known entities. Requires an open project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | UUID of the document to suggest connections for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | The document suggestions are for. | |
| suggestions | Yes | Candidate entities to consider adding, strongest first. |