search_by_tag
Find notes in an Obsidian vault by their tags, checking both frontmatter and inline tags. Specify multiple tags to match all or any.
Instructions
Find all notes that have specific tags. Tags can be in frontmatter or inline in the content. Can search for multiple tags (notes must have all specified tags).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | Yes | Tags to search for (with or without # prefix). | |
| matchAll | No | If true, notes must have ALL tags. If false, notes with ANY tag match. |