MCP Notes

by markacianfrani
Verified

read_multiple_notes

Retrieve content from multiple note files in one operation. Specify file paths relative to your notes directory to access and organize information efficiently.

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

You must be authenticated.

Other Tools from MCP Notes

Related Tools

ID: timi8dkawo