bear_add_text
Add or modify text in Bear App notes using the MCP server tool. Choose modes like append, prepend, or replace, and customize with options like new lines, headers, clipboard text, or timestamps for efficient note management.
Instructions
Add text to an existing note
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clipboard | No | Get text from clipboard | |
edit | No | Place cursor in note editor | |
exclude_trashed | No | Exclude trashed notes | |
header | No | Add text to specific header | |
id | No | Note unique identifier | |
mode | No | How to add the text | |
new_line | No | Force text on new line when appending | |
new_window | No | Open in new window | |
open_note | No | Open note after adding text | |
selected | No | Selected text in note | |
show_window | No | Show Bear window | |
text | Yes | Text to add | |
timestamp | No | Prepend current date and time | |
title | No | Note title |