mm_list_notes
List notes, optionally filtered by category or date range.
At a Glance
Section titled “At a Glance”- Category: Queries
- Source: Built-in
- Required parameters: 1
- Total parameters: 4
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project_path | string | Yes | Absolute path to the project root |
category | string | No | Filter by category |
date_from | string | No | Filter notes on or after this date (YYYY-MM-DD) |
date_to | string | No | Filter notes on or before this date (YYYY-MM-DD) |
Example
Section titled “Example”{ "tool": "mm_list_notes", "arguments": { "project_path": "/Users/you/projects/my-app", "category": "example-category", "date_from": "2026-01-15" }}Related Tools
Section titled “Related Tools”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_specs- List all specs with optional filters: status, date range, linked/unlinked to …