Skip to main content
Glama

Bear Notes MCP Server

by netologist

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

NameRequiredDescriptionDefault
exact_matchNo
title_queryYes

Input Schema (JSON Schema)

{ "properties": { "exact_match": { "default": false, "title": "Exact Match", "type": "boolean" }, "title_query": { "title": "Title Query", "type": "string" } }, "required": [ "title_query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/netologist/mcp-bear-notes'

If you have feedback or need assistance with the MCP directory API, please join our Discord server