Skip to main content
Glama

MCP Notes

read_multiple_notes

Retrieve contents of multiple note files at once by specifying their paths relative to your notes directory. Useful for accessing and organizing related notes quickly in personal knowledge management systems.

Instructions

Read the contents of multiple note files simultaneously. Specify paths relative to your notes directory (e.g., ['Log/2023-01-01.md', 'Rollups/2023-01-01-rollup.md']). Returns each file's content with its path as a reference.

Input Schema

NameRequiredDescriptionDefault
pathsYesArray of paths to note files, relative to your notes directory

Input Schema (JSON Schema)

{ "properties": { "paths": { "description": "Array of paths to note files, relative to your notes directory", "items": { "type": "string" }, "type": "array" } }, "required": [ "paths" ], "type": "object" }

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