Bear MCP Server

by jkawamoto
Verified

open_tag

Show all the notes which have a selected tag in bear.

Input Schema

NameRequiredDescriptionDefault
nameYestag name or a list of tags divided by comma

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "tag name or a list of tags divided by comma", "title": "Name", "type": "string" } }, "required": [ "name" ], "title": "open_tagArguments", "type": "object" }