Skip to main content
Glama

Bear Notes MCP Server

by netologist

find_notes_by_title

Search and retrieve notes from the Bear App by specifying a title query. Choose between exact or partial title matching to filter results based on your criteria.

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" }

Other Tools from Bear Notes MCP Server

Related Tools

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