Bear MCP Server

by jkawamoto
Verified

search

Show search results in Bear for all notes or for a specific tag.

Input Schema

NameRequiredDescriptionDefault
tagNotag to search into
termNostring to search

Input Schema (JSON Schema)

{ "properties": { "tag": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "tag to search into", "title": "Tag" }, "term": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "string to search", "title": "Term" } }, "title": "searchArguments", "type": "object" }