Skip to content
K

mm_get_spec

[DEPRECATED — use mm_get with entity=spec] Read a single spec by folder name. Returns parsed spec.md content, implementation.md tasks, and progress summary.

  • Category: Queries
  • Source: Built-in
  • Required parameters: 2
  • Total parameters: 2
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
spec_folderstringYesSpec folder name (e.g., ‘2025-12-09-badges’)
{
"tool": "mm_get_spec",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"spec_folder": "example-spec_folder"
}
}
  • 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…
  • mm_list_features - [DEPRECATED — use mm_list with entity=feature] List all features with compute…