Bear MCP Server

by jkawamoto
Verified

open_note

Access and retrieve content from Bear notes by specifying the note's title or unique identifier to quickly locate and open desired information.

Instructions

Open a note identified by its title or id and return its content.

Input Schema

NameRequiredDescriptionDefault
idNonote unique identifier
titleNonote title

Input Schema (JSON Schema)

{ "properties": { "id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "note unique identifier", "title": "Id" }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "note title", "title": "Title" } }, "title": "open_noteArguments", "type": "object" }

You must be authenticated.

Other Tools from Bear MCP Server

Related Tools

ID: 2gg54jdwwv