Search
searchSemantic search for evidence / counter-evidence after you have interview context (e.g. from list/summary). Optional interview_id scopes search to one interview and returns smaller text windows. Returns matching_chunks[{chunk_index, text, similarity, start_seconds?, url}]. CITATION REQUIRED: actively cite hits to the user as markdown "verbatim quote from text" using each chunk's url field from the tool result (already absolute; includes ?t= when start_seconds is present). Prefer quoting matching_chunks over paraphrase. Expand with interviews_read action=transcript around_chunk_index when a wider quote window is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of interviews to return (default 5, max 10). Ignored when interview_id is set. | |
| query | Yes | Natural language search query (hypothesis / claim to evidence). | |
| chunks_limit | No | Max matching chunks per interview (default 3 corpus / 8 when interview_id set; max 10 / 20). | |
| interview_id | No | Optional interview UUID — search only inside this interview; returns smaller chunk windows. | |
| chunks_offset | No | Skip this many top chunks per interview (default 0). |