Skip to main content
Glama

Obsidian MCP

by takuya0206

readNote

Extract and display contents from a specified note in Obsidian using a standardized interface for seamless data access and manipulation.

Instructions

Read the contents of a specific note

Input Schema

NameRequiredDescriptionDefault
pathYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "minLength": 1, "type": "string" } }, "required": [ "path" ], "type": "object" }
Install Server

Other Tools from Obsidian MCP

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/takuya0206/obsidian-mcp'

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