search_semantic
Find documents by meaning similarity instead of exact keywords. Use when user intent matters more than exact wording.
Instructions
Search documents using semantic embedding-based matching. Returns results ranked by meaning similarity rather than exact keyword match. Use this when the user's intent matters more than exact wording. For exact keyword matching, use search_documents instead. Demo: simplified mock (no real embeddings API); no auth; same rate limit/timeout as other tools. Read-only; does not modify documents.
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. |