Skip to main content
Glama

Bear Notes MCP Server

by netologist

search_bear_notes

Search and filter notes from the Bear App by query, tag, and limit to retrieve relevant results with metadata, enabling efficient organization and access to information.

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

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