createNote
Create and store notes with structured title and content using the MCP server. Manage note-taking operations efficiently with JSON-based CRUD functionality.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | The content of the note | |
title | Yes | The title of the note |