Skip to main content
Glama

Bear App MCP Server

by bigjeager

bear_create_note

Create and customize notes in Bear with title, content, tags, and attachments. Pin, timestamp, or open notes in new windows for efficient organization and editing.

Instructions

Create a new note in Bear

Input Schema

NameRequiredDescriptionDefault
clipboardNoGet text from clipboard
editNoPlace cursor in note editor
fileNoFile path to add to note
filenameNoCustom filename for attached file
floatNoFloat note window
new_windowNoOpen in new window
open_noteNoOpen note after creation
pinNoPin note to top of list
show_windowNoShow Bear window
tagsNoComma-separated list of tags
textNoNote content
timestampNoPrepend current date and time
titleNoNote title
typeNoNote type
urlNoURL to include in note

Input Schema (JSON Schema)

{ "properties": { "clipboard": { "description": "Get text from clipboard", "type": "boolean" }, "edit": { "description": "Place cursor in note editor", "type": "boolean" }, "file": { "description": "File path to add to note", "type": "string" }, "filename": { "description": "Custom filename for attached file", "type": "string" }, "float": { "description": "Float note window", "type": "boolean" }, "new_window": { "description": "Open in new window", "type": "boolean" }, "open_note": { "description": "Open note after creation", "type": "boolean" }, "pin": { "description": "Pin note to top of list", "type": "boolean" }, "show_window": { "description": "Show Bear window", "type": "boolean" }, "tags": { "description": "Comma-separated list of tags", "type": "string" }, "text": { "description": "Note content", "type": "string" }, "timestamp": { "description": "Prepend current date and time", "type": "boolean" }, "title": { "description": "Note title", "type": "string" }, "type": { "description": "Note type", "type": "string" }, "url": { "description": "URL to include in note", "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