Skip to content
K

mm_list_specs

List all specs with optional filters: status, date range, linked/unlinked to features.

  • Category: Queries
  • Source: Built-in
  • Required parameters: 1
  • Total parameters: 5
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
statusstring (enum: has_backlog, has_in_progress, all_complete)NoFilter by task status
date_fromstringNoFilter specs created on or after this date (YYYY-MM-DD)
date_tostringNoFilter specs created on or before this date (YYYY-MM-DD)
linkedbooleanNoFilter by linked (true) or unlinked (false) to features
{
"tool": "mm_list_specs",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"status": "has_backlog",
"date_from": "2026-01-15"
}
}
  • mm_get_spec - Read a single spec by folder name. Returns parsed spec.md content, implementa…
  • mm_get_feature - Read a single feature by ID. Returns feature.json data plus computed progress…
  • mm_get_issue - Read a single issue by filename. Returns parsed issue content and metadata.
  • mm_get_note - Read a single note by filename. Returns note content and metadata.
  • mm_list_features - List all features with computed progress rollups from linked specs.