find_by_tag
Retrieve note headers by one or more tags, with optional folder and frontmatter filters. Use 'any' or 'all' matching for precise tag-based retrieval.
Instructions
Find notes matching one or more tags, as note headers. High-precision retrieval based on human curation. Narrow further with folder and a frontmatter where filter (all conditions apply); match governs the tag set only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | Yes | Tags to match (with or without leading #) | |
| limit | No | Maximum number of notes to return (default 100; 0 = unbounded) | |
| match | No | Require "any" (default) or "all" of the tags (governs the tag set only) | |
| where | No | Additional frontmatter conditions (query_notes syntax); all must hold. | |
| folder | No | Restrict to notes under this folder. | |
| offset | No | Rows to skip, for pagination (default 0). |