Skip to content

Commit 132244c

Browse files
ernestkoeclaude
andcommitted
Update README to list all 26 tools
- Update tool count from 25 to 26 - Add missing obsidian_dataview_query tool to Advanced Features section 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d076ded commit 132244c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MCP server for Obsidian
22

3-
MCP server providing 25 tools to interact with Obsidian via the Local REST API community plugin, including active note operations, periodic notes management, and command execution.
3+
MCP server providing 26 tools to interact with Obsidian via the Local REST API community plugin, including active note operations, periodic notes management, and command execution.
44

55
> **Note**: This is a maintained fork of [MarkusPfundstein/mcp-obsidian](https://github.com/MarkusPfundstein/mcp-obsidian).
66
@@ -20,7 +20,7 @@ The core Daily Notes plugin (built into Obsidian) is sufficient for daily period
2020

2121
## Tools
2222

23-
The server implements 25 tools to interact with Obsidian, organized by functionality:
23+
The server implements 26 tools to interact with Obsidian, organized by functionality:
2424

2525
#### File & Content Operations
2626
- obsidian_list_files_in_vault: Lists all files and directories in the root directory of your Obsidian vault
@@ -56,6 +56,7 @@ The server implements 25 tools to interact with Obsidian, organized by functiona
5656
#### Advanced Features
5757
- obsidian_get_recent_periodic_notes: Get most recent periodic notes for specified period type
5858
- obsidian_get_recent_changes: Get recently modified files in the vault
59+
- obsidian_dataview_query: Execute a Dataview DQL query against the vault (requires Dataview plugin)
5960

6061
### Example prompts
6162

0 commit comments

Comments
 (0)