Skip to main content
Glama

Bear App MCP Server

by bigjeager

bear_open_note

Open a specific note in Bear App by ID, title, or header, with options to edit, pin, float, or search content directly. Integrates with the Bear App MCP Server for efficient note management.

Instructions

Open a note in Bear by ID or title

Input Schema

NameRequiredDescriptionDefault
editNoPlace cursor in note editor
exclude_trashedNoExclude trashed notes
floatNoFloat note window
headerNoHeader inside the note
idNoNote unique identifier
new_windowNoOpen in external window (macOS only)
open_noteNoOpen note after command
pinNoPin note to top of list
searchNoSearch term within note
selectedNoSelected text in note
show_windowNoShow Bear window
titleNoNote title

Input Schema (JSON Schema)

{ "properties": { "edit": { "description": "Place cursor in note editor", "type": "boolean" }, "exclude_trashed": { "description": "Exclude trashed notes", "type": "boolean" }, "float": { "description": "Float note window", "type": "boolean" }, "header": { "description": "Header inside the note", "type": "string" }, "id": { "description": "Note unique identifier", "type": "string" }, "new_window": { "description": "Open in external window (macOS only)", "type": "boolean" }, "open_note": { "description": "Open note after command", "type": "boolean" }, "pin": { "description": "Pin note to top of list", "type": "boolean" }, "search": { "description": "Search term within note", "type": "string" }, "selected": { "description": "Selected text in note", "type": "string" }, "show_window": { "description": "Show Bear window", "type": "boolean" }, "title": { "description": "Note title", "type": "string" } }, "type": "object" }

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/bigjeager/bear-mcp-server'

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