Run an Obsidian command
run_commandTrigger Obsidian commands by ID to activate plugin functions, such as toggling bold or opening graphs. Only use commands the user has approved.
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'. |