mm_sync_trello
Full bidirectional Trello sync. Detects card list changes and updates MM task statuses (reverse sync). Archives MM specs when linked Trello cards are archived or moved to hidden lists. Marks issues as orphaned when their Trello cards are deleted.
At a Glance
Section titled “At a Glance”- Category: Trello
- Source: Built-in
- Availability: Opt-in — set
MM_TOOL_GROUPS=trello(always dispatchable by name) - Required parameters: 1
- Total parameters: 1
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project_path | string | Yes | Absolute path to the project root |
Example
Section titled “Example”{ "tool": "mm_sync_trello", "arguments": { "project_path": "/Users/you/projects/my-app" }}Related Tools
Section titled “Related Tools”mm_import_trello- Import Trello cards as tasks and issues. Maps cards from configured board lis…mm_export_trello- Export spec progress to linked Trello cards. Posts progress comments and upda…