search_documents
Find relevant documents by keyword search, returning ranked matches with titles, tags, and snippets. Retrieve full text by ID when needed.
Instructions
Keyword-search the stored documents and return ranked matches.
Each result includes an id, title, relevance score, tags, and a snippet. Use get_document with a returned id to read the full text.
Args: query: Words to search for. limit: Maximum number of results (default 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |