| name | vault-dashboard |
| description | Manually refresh the knowledge base dashboard |
| allowed-tools | ["vault_dashboard","vault_update_entry","vault_search"] |
Refresh the main dashboard entry with current state.
Index Dashboard
vault_dashboard(dashboard_type: "index") — get full dashboard data
- Search for the current Index entry:
vault_search(query: "Index", entry_type: "topic")
- If it exists,
vault_update_entry(path: "Index.md", content: "{formatted dashboard}") — rewrite with fresh data
- If it doesn't exist, create it as a topic entry
Updates Hub
vault_dashboard(dashboard_type: "updates_hub") — get checkin summary
- Update or create the updates index entry
Report
Confirm which dashboards were refreshed and any notable changes (new completions, at-risk items, etc.).