Skip to content
K

mm_list_notes

[DEPRECATED — use mm_list with entity=note] List notes, optionally filtered by category or date range.

  • Category: Queries
  • Source: Built-in
  • Required parameters: 1
  • Total parameters: 4
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
categorystringNoFilter by category
date_fromstringNoFilter notes on or after this date (YYYY-MM-DD)
date_tostringNoFilter notes on or before this date (YYYY-MM-DD)
{
"tool": "mm_list_notes",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"category": "example-category",
"date_from": "2026-01-15"
}
}
  • 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…