find_notes_by_title
Search and retrieve notes from the Bear App by title, using exact or partial matching to streamline finding specific content. Enhances note organization and accessibility.
Instructions
Find notes by title
Args: title_query: Title text to search for exact_match: Whether to match title exactly or use partial matching
Returns: Notes matching the title criteria
Input Schema
Name | Required | Description | Default |
---|---|---|---|
exact_match | No | ||
title_query | Yes |