search_notes
Search notes by title, content, or tags using full-text queries with FTS5 syntax, and get ranked results.
Instructions
Full-text search across all notes (titles, content, and tags).
Args: query: Search query string. Supports FTS5 syntax (e.g. "python OR rust"). limit: Maximum number of results to return (default 10).
Returns: List of matching notes ranked by relevance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |