MCP Notes

by markacianfrani
Verified

read_note

Access and retrieve the full text content of a note file from your MCP Notes directory by specifying the relative path to the file. Simplifies viewing and managing organized knowledge.

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" }

You must be authenticated.

Other Tools from MCP Notes

Related Tools

ID: timi8dkawo