Run an Obsidian command
run_commandExecute Obsidian plugin commands by ID to trigger actions. Discover available command IDs with list_commands.
Instructions
Execute an Obsidian command by id (e.g. 'editor:toggle-bold', 'app:reload', 'graph:open'). Discover ids with list_commands. This is powerful — it lets the agent trigger any plugin action — so use only commands the user has approved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Command id, e.g. 'workspace:close'. |