Skip to main content
Glama

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

You must to connect to the server.

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/mikeysrecipes/mcp-notes'

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