A
licenseA
qualityD
maintenanceEnables AI assistants to read, write, and manage Obsidian notes, folders, and periodic notes via the Local REST API, including search and command execution.
14
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool has a clearly distinct purpose: add, update, list incomplete todos, list due dates, and get statistics. No overlap or ambiguity.
All tools follow a consistent verb_noun pattern in snake_case (e.g., add_todo, list_todos, update_todo), making them predictable and easy to understand.
With 5 tools, the server is well-scoped for a todo management domain. Each tool covers a core operation without excess or deficiency.
Covers create (add), read (list, stats, due dates), and update, but lacks a delete tool. This is a minor gap that agents can work around, but it's not fully complete.