search_documents
Find documents by keyword using full-text matching. Returns relevant results with titles and content snippets to locate specific information quickly.
Instructions
Search documents by keyword using full-text matching. Returns matching documents ranked by relevance with titles and content snippets. Use this when you need to find documents containing specific words or phrases. For semantic meaning-based search, use search_semantic instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Use smaller values for quick lookups and larger values for comprehensive searches. | |
| query | Yes | The search query string. Supports keywords and phrases to match against document titles and content. |