Skip to main content
Glama

Obsidian MCP

notes_insight

Analyze topics using the TRILEMMA-PRINCIPLES framework by extracting and summarizing insights from Obsidian notes. Customize note analysis with options for context length and AI-powered summarization.

Instructions

Generate insights about a topic using TRILEMMA-PRINCIPLES framework with AI-powered summarization

Input Schema

NameRequiredDescriptionDefault
enableSummaryNoWhether to enable AI summarization for long notes (default: true)
maxContextLengthNoMaximum context length in characters (default: 50000)
maxNotesNoMaximum number of notes to analyze (default: 5)
topicYesTopic keyword or phrase to analyze

Input Schema (JSON Schema)

{ "properties": { "enableSummary": { "default": true, "description": "Whether to enable AI summarization for long notes (default: true)", "type": "boolean" }, "maxContextLength": { "default": 50000, "description": "Maximum context length in characters (default: 50000)", "type": "number" }, "maxNotes": { "default": 5, "description": "Maximum number of notes to analyze (default: 5)", "type": "number" }, "topic": { "description": "Topic keyword or phrase to analyze", "type": "string" } }, "required": [ "topic" ], "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/newtype-01/obsidian-mcp'

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