Skip to main content
Glama

Obsidian MCP Server

obsidian_batch_get_file_contents

Read multiple related notes simultaneously with clear separators to understand connections and context in your Zettelkasten system before creating new atomic notes.

Instructions

Read multiple files at once, concatenated with headers.

Efficient way to read several related Zettelkasten notes together to understand connections and context before creating new atomic notes. Args: params (BatchGetFilesInput): Contains: - filepaths (List[str]): List of file paths to read (max 20) Returns: str: All file contents concatenated with clear separators Example: Reads multiple related notes to understand a concept network.

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "properties": { "params": { "$ref": "#/$defs/BatchGetFilesInput" } }, "required": [ "params" ], "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/Shepherd-Creative/obsidian-mcp'

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