Track Motifs
track_motifsTrace recurring motifs across a manuscript — themes, symbols, repeated phrases, or structural patterns — and report each motif ranked by strength with its occurrences.
Instructions
Trace recurring motifs across the manuscript — themes, symbols, repeated phrases, or structural patterns — and report where each recurs and how strongly. Returns the detected motifs ranked by strength with their occurrences. Use this for thematic/symbolic patterns; use find_mentions for literal occurrences of a specific word. Requires an open project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chapterId | No | Optional chapter/folder id to limit motif tracking to a single chapter. | |
| minStrength | No | Minimum recurrence strength (0–1) a motif must reach to be reported. Higher values return only the most prominent motifs. Omit for no threshold. | |
| patternType | No | Restrict to one motif kind: "theme", "symbol", "phrase", or "structure". Omit to track all kinds. |