search_tiddlers
Search TiddlyWiki entries using filter syntax, semantic similarity, or hybrid methods to find relevant content based on tags, dates, titles, or conceptual meaning.
Instructions
Search tiddlers using filter syntax, semantic similarity, or both. Supports filter-based queries (e.g., by tag, date, title), semantic/conceptual search, and hybrid combinations. Returns matching tiddlers with metadata and optionally text content.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| semantic | No | Natural language semantic search query (e.g., "times I felt anxious about parenting", "entries about work stress"). Finds conceptually related entries even without exact keyword matches. | |
| filter | No | TiddlyWiki filter expression (e.g., "[tag[Journal]prefix[2025-11]]" for November 2025 journal entries, "[title[2025-11-12]]" for specific entry). Can be used alone for filter-based search, or combined with semantic for hybrid search. | |
| includeText | No | Include text content in results (default: false). Set to true to get full tiddler content. | |
| offset | No | Number of results to skip for pagination (default: 0). Only applies to filter-based search. | |
| limit | No | Maximum number of results to return (default: 10 for semantic search, unlimited for filter-only, max: 100). Use for pagination to avoid response size limits. |