Skip to main content
Glama

MCP Notes

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/markacianfrani/mcp-notes'

If you have feedback or need assistance with the MCP directory API, please join our Discord server