slipbox_search_notes
Search notes by text, tags, or type to retrieve specific content. Filter results to pinpoint relevant knowledge.
Instructions
Search for notes by text, tags, or type.
Searches across titles and content. Combine parameters for precise filtering.
Examples:
Search by topic: query="poetry revision"
Filter by tag: tags="craft,poetry"
Find structure notes: note_type="structure"
Combined: query="metaphor" tags="poetry" limit=5
Args: query: Text to search in titles and content (optional) tags: Comma-separated tags to filter by, e.g. "poetry,craft" (optional) note_type: Filter by type: fleeting/literature/permanent/structure/hub (optional) limit: Maximum results to return (default: 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| limit | No | ||
| query | No | ||
| note_type | No |