Skip to main content
Glama

Bear Notes MCP Server

by netologist

search_bear_notes

Search Bear App notes by query, tag, or limit to retrieve matching notes with metadata. Designed for Bear Notes MCP Server to streamline note retrieval and analysis.

Instructions

Search Bear App notes

Args: query: Text to search for (searches in title and content) tag: Tag to filter by (without # symbol) limit: Maximum number of results

Returns: List of matching notes with metadata

Input Schema

NameRequiredDescriptionDefault
limitNo
queryNo
tagNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "title": "Limit", "type": "integer" }, "query": { "default": "", "title": "Query", "type": "string" }, "tag": { "default": "", "title": "Tag", "type": "string" } }, "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