create
Generate and save a new note with optional title, tags, and timestamp using Bear MCP Server. Ensures notes are non-empty and provides a unique identifier for each.
Instructions
Create a new note and return its unique identifier. Empty notes are not allowed.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tags | No | list of tags | |
text | No | note body | |
timestamp | No | prepend the current date and time to the text | |
title | No | note title |