Skip to main content
Glama

Bear MCP Server

by philgetzen

create_note

Create a new note in Bear with customizable title, content, and tags, and retrieve its unique ID for easy reference and organization.

Instructions

Create a new note in Bear and return its ID

Input Schema

NameRequiredDescriptionDefault
tagsNoComma separated tags (e.g., 'work,ideas')
textNoNote content
titleNoNote title

Input Schema (JSON Schema)

{ "properties": { "tags": { "description": "Comma separated tags (e.g., 'work,ideas')", "type": "string" }, "text": { "description": "Note content", "type": "string" }, "title": { "description": "Note title", "type": "string" } }, "required": [], "type": "object" }

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