mm_get_blockers
[DEPRECATED — use mm_get with entity=blockers] Surface tasks in ‘In Progress’ sections that may be stalled. Returns tasks grouped by spec, with age in days since last modification.
At a Glance
Section titled “At a Glance”- Category: Queries
- Source: Built-in
- 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_get_blockers", "arguments": { "project_path": "/Users/you/projects/my-app" }}Related Tools
Section titled “Related Tools”mm_get_spec- [DEPRECATED — use mm_get with entity=spec] Read a single spec by folder name…mm_get_feature- [DEPRECATED — use mm_get with entity=feature] Read a single feature by ID. Re…mm_get_issue- [DEPRECATED — use mm_get with entity=issue] Read a single issue by filename. …mm_get_note- [DEPRECATED — use mm_get with entity=note] Read a single note by filename. Re…mm_list_specs- [DEPRECATED — use mm_list with entity=spec] List all specs with optional filt…