execute_command
Execute any Obsidian command by its ID, such as toggling the sidebar or folding editors. Find command IDs with get_commands.
Instructions
Execute an Obsidian command by its ID. Use get_commands to find available commands and their IDs. Examples: 'app:toggle-left-sidebar', 'editor:toggle-fold'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commandId | Yes | The command ID to execute. |