execute_command
Trigger any Obsidian command by supplying its ID. List commands first to find available IDs, then execute the chosen action.
Instructions
Execute an Obsidian command by its id (use list_commands first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command_id | Yes | Obsidian command id, e.g. 'app:go-home'. Use list_commands first. |