Skip to main content
A lightweight alternative to search_memory when a simple keyword match is all that’s needed. Searches project and conversation titles and summaries using full-text search.

Parameters

ParameterTypeRequiredDescription
querystringYesThe keyword(s) to search for
typestringNoFilter to projects or conversations only
limitnumberNoMax results to return (1-100)

What It Returns

A list of matching projects and/or conversations with their titles, summaries, and metadata.

When Your Assistant Uses This

  • Looking up a project or conversation by name
  • Quick lookups where exact keyword matching is sufficient
  • Filtering results to just projects or just conversations