Skip to main content
Glama

Bear MCP Server

by philgetzen

search_notes

Search for specific notes and retrieve metadata directly from the Bear Note Taking App using a search term and optional tag filter, integrated via the Bear MCP Server.

Instructions

Search for notes and return results with metadata (requires token)

Input Schema

NameRequiredDescriptionDefault
tagNoTag to search within
termYesSearch term

Input Schema (JSON Schema)

{ "properties": { "tag": { "description": "Tag to search within", "type": "string" }, "term": { "description": "Search term", "type": "string" } }, "required": [ "term" ], "type": "object" }

Other Tools from Bear 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/philgetzen/bear-mcp'

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