MCP Notes

read_note

Access and retrieve the full text content of a note file from your notes directory by specifying its relative path. Use this tool to efficiently manage and organize your personal knowledge base.

Instructions

Read the complete contents of a note file from your notes directory. Specify the path relative to your notes directory (e.g., 'Log/2023-01-01.md'). Returns the full text content of the note file.

Input Schema

NameRequiredDescriptionDefault
pathYesThe path to the note file, relative to your notes directory

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "The path to the note file, relative to your notes directory", "type": "string" } }, "required": [ "path" ], "type": "object" }
ID: saavkeo89k