Skip to content
K

mm_get_activity

[DEPRECATED — use mm_get with entity=activity] Get project activity summary — tasks completed, specs progressed, issues touched, commits made — over a configurable time range.

  • Category: Entity Creation
  • Source: Built-in
  • Required parameters: 1
  • Total parameters: 2
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
daysnumberNoNumber of days to look back (default: 7)
{
"tool": "mm_get_activity",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"days": 1
}
}
  • mm_create_feature - [DEPRECATED — use mm_create with entity=feature] Create a new feature to grou…
  • mm_create_spec - [DEPRECATED — use mm_create with entity=spec] Create a new spec with proper s…
  • mm_add_task - [DEPRECATED — use mm_create with entity=task] Add a task to a spec’s implemen…
  • mm_update_task - [DEPRECATED — use mm_update with entity=task] Update a task’s status in imple…
  • mm_link_spec - [DEPRECATED — use mm_link with entity=spec] Link an existing spec to a featur…