List Obsidian commands
list_commandsBrowse all registered Obsidian commands, including those from plugins, to discover their IDs and names. Use this before executing a command.
Instructions
List every registered Obsidian command (built-in + plugin) with its id and human name. Use this before run_command to discover what's available — vaults differ based on installed plugins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Substring filter against name or id (case-insensitive). | |
| limit | No |