textrawl
byJeff Green

discover_connections

Trigger an insight scan across the knowledge base

Scan the knowledge base to discover connections, patterns, and outliers. Best used after bulk imports (email, documents, Google Takeout) to find what's interesting.

Parameters

ParameterTypeRequiredDefaultDescription
fullScanbooleanOPTIONALfalseScan all content (not just recent)
maxChunksnumberOPTIONAL200Max chunks to analyze (10-1000)

Example Request

{ "fullScan": false, "maxChunks": 200 }

Use fullScan: true sparingly on large databases as it analyzes all content.

  • get_insights - View discovered insights
  • get_stats - Check queue and processing state (scope="insights")

On this page