Skip to main content
Glama

Bear App MCP Server

by bigjeager

bear_add_text

Insert or modify text in Bear App notes using flexible options: append, prepend, replace, or add to headers. Integrates with clipboard, timestamps, and specific note sections for precise note management.

Instructions

Add text to an existing note

Input Schema

NameRequiredDescriptionDefault
clipboardNoGet text from clipboard
editNoPlace cursor in note editor
exclude_trashedNoExclude trashed notes
headerNoAdd text to specific header
idNoNote unique identifier
modeNoHow to add the text
new_lineNoForce text on new line when appending
new_windowNoOpen in new window
open_noteNoOpen note after adding text
selectedNoSelected text in note
show_windowNoShow Bear window
textYesText to add
timestampNoPrepend current date and time
titleNoNote title

Input Schema (JSON Schema)

{ "properties": { "clipboard": { "description": "Get text from clipboard", "type": "boolean" }, "edit": { "description": "Place cursor in note editor", "type": "boolean" }, "exclude_trashed": { "description": "Exclude trashed notes", "type": "boolean" }, "header": { "description": "Add text to specific header", "type": "string" }, "id": { "description": "Note unique identifier", "type": "string" }, "mode": { "description": "How to add the text", "enum": [ "append", "prepend", "replace_all", "replace" ], "type": "string" }, "new_line": { "description": "Force text on new line when appending", "type": "boolean" }, "new_window": { "description": "Open in new window", "type": "boolean" }, "open_note": { "description": "Open note after adding text", "type": "boolean" }, "selected": { "description": "Selected text in note", "type": "string" }, "show_window": { "description": "Show Bear window", "type": "boolean" }, "text": { "description": "Text to add", "type": "string" }, "timestamp": { "description": "Prepend current date and time", "type": "boolean" }, "title": { "description": "Note title", "type": "string" } }, "required": [ "text" ], "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