Skip to main content
Glama

Advanced Obsidian MCP Server

by ToKiDoO

obsidian_open_files

Open multiple files in your Obsidian vault simultaneously by specifying their paths. This tool integrates with the Advanced Obsidian MCP Server to enhance productivity through batch file operations.

Instructions

Open one or more files in the vault in a new leaf.

Input Schema

NameRequiredDescriptionDefault
filepathsYesList of file paths to open

Input Schema (JSON Schema)

{ "properties": { "filepaths": { "description": "List of file paths to open", "items": { "description": "Path to a file (relative to your vault root)", "format": "path", "type": "string" }, "type": "array" } }, "required": [ "filepaths" ], "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/ToKiDoO/mcp-obsidian-advanced'

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