> ## Documentation Index
> Fetch the complete documentation index at: https://docs.memorybase.app/llms.txt
> Use this file to discover all available pages before exploring further.

# search_text

> Keyword search across project and conversation titles and summaries.

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

| Parameter | Type   | Required | Description                                  |
| --------- | ------ | -------- | -------------------------------------------- |
| `query`   | string | Yes      | The keyword(s) to search for                 |
| `type`    | string | No       | Filter to `projects` or `conversations` only |
| `limit`   | number | No       | Max 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
