MCP Notes

by 9Ninety

writeNote

Create or update notes with a unique ID, title, summary, tags, and content on the MCP Notes server for organized and structured documentation.

Instructions

Creates or updates a note with a unique ID suffixed by a random number.

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the note
idYesUnique identifier of the note, should be unique enough like "a-note-about-python-file-server-design-109".
summaryYesShort summary of the note
tagsYesTags of the note
titleYesTitle of the note, describe what was inside the content.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "Content of the note", "type": "string" }, "id": { "description": "Unique identifier of the note, should be unique enough like \"a-note-about-python-file-server-design-109\".", "type": "string" }, "summary": { "description": "Short summary of the note", "type": "string" }, "tags": { "description": "Tags of the note", "items": { "type": "string" }, "type": "array" }, "title": { "description": "Title of the note, describe what was inside the content.", "type": "string" } }, "required": [ "id", "title", "summary", "tags", "content" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Notes

Related Tools

    ID: 4c63qdbh55