toggle_kanban_card_tool
Toggle a Kanban card's completion status between incomplete and complete, preserving all metadata and formatting. Use for quick status updates or batch transitions.
Instructions
Toggle a Kanban card's completion status (filesystem-native, offline).
Toggles the checkbox between - [ ] (incomplete) and - [x] (completed).
Preserves all metadata, subtasks, and formatting.
When to use:
Marking cards complete/incomplete
Batch status updates
Automated workflow transitions
Quick status changes
Performance:
< 500ms for boards with 1,000 cards
Returns: Success status, new status, and card details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to Kanban board file (relative to vault) | |
| card_text | Yes | Text of the card to toggle (must match exactly) | |
| vault_path | No | Path to vault (optional, uses OBSIDIAN_VAULT_PATH env if not provided) | |
| ctx | No |