Skip to main content
Glama

Obsidian Semantic MCP Server

workflow

Provides context-based workflow guidance and actionable suggestions to optimize tasks in the Obsidian Semantic MCP Server environment.

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" ], "type": "string" }, "type": { "description": "Type of analysis or workflow", "type": "string" } }, "required": [ "action" ], "type": "object" }

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