Find Entity Mentions
find_mentionsLocate every occurrence of a specific name or term across all documents. Returns each hit with surrounding context and its document for exact "where does X appear" lookups.
Instructions
Find every occurrence of a specific name or term (a character, place, or keyword) across all documents, returning each hit with surrounding context and its document. Use this for exact "where does X appear" lookups; use search for relevance-ranked results or semantic_search for meaning-based matches. Returns up to 50 mentions. Requires an open project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | The exact name or term to locate, e.g. a character name like "Elena". | |
| contextLength | No | Number of characters of surrounding context to include on each side of a match. Default 100. |