Skip to main content
Glama

Bear MCP Server

by philgetzen

add_text

Modify notes in Bear by appending, prepending, or replacing text. Specify a note ID or title to update content directly from Claude Desktop via the Bear MCP Server integration.

Instructions

Append or prepend text to an existing note

Input Schema

NameRequiredDescriptionDefault
idNoNote unique identifier
modeNoHow to add the text (default: append)
textYesText to add
titleNoNote title (ignored if id is provided)

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Note unique identifier", "type": "string" }, "mode": { "description": "How to add the text (default: append)", "enum": [ "append", "prepend", "replace", "replace_all" ], "type": "string" }, "text": { "description": "Text to add", "type": "string" }, "title": { "description": "Note title (ignored if id is provided)", "type": "string" } }, "required": [ "text" ], "type": "object" }
Install Server

You must to connect to the server.

Other Tools from Bear MCP Server

Related Tools

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

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