createNote
Generate and store structured notes with a title and content using the Simple TypeScript MCP Server, enabling efficient note-taking via JSON-based CRUD operations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | The content of the note | |
title | Yes | The title of the note |