Skip to main content
Glama

Obsidian Semantic MCP Server

workflow

Provides context-aware workflow guidance and suggestions to enhance efficiency and decision-making when managing tasks and operations in Obsidian.

Instructions

Workflow guidance and suggestions based on current context

Input Schema

NameRequiredDescriptionDefault
actionYesThe specific action to perform
typeNoType of analysis or workflow

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The specific action to perform", "enum": [ "suggest", "analyze" ], "type": "string" }, "type": { "description": "Type of analysis or workflow", "type": "string" } }, "required": [ "action" ], "type": "object" }
Install Server

Other Tools from Obsidian Semantic MCP Server

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

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