Skip to content
K

mm_get

Read a single Monday Morning entity or computed view. The entity discriminator chooses the per-type reader (stored entities like spec / feature / issue / note / doc as well as computed views like status / activity / blockers / context / working_context / task_context / meeting_context / plugin / guidance). Replaces the deprecated mm_get_* tools.

  • Category: Plugin Management
  • Source: Built-in
  • Required parameters: 1
  • Total parameters: 1
ParameterTypeRequiredDescription
entitystring (enum: spec, feature, issue, note, doc, status, activity, blockers, context, working_context, task_context, meeting_context, plugin, guidance)YesEntity type to read. See the per-entity descriptions on the deprecated tools for required arguments.
{
"tool": "mm_get",
"arguments": {
"entity": "spec"
}
}
  • mm_list_plugins - [DEPRECATED — use mm_list with entity=plugin] List all loaded plugins with th…
  • mm_get_plugin_info - [DEPRECATED — use mm_get with entity=plugin] Get detailed information about a…
  • mm_push_team_checkin - Push a team check-in to the cloud. Scans local specs and features, captures c…
  • mm_fetch_team_checkins - Fetch all team members’ check-ins from the cloud. Returns display names, bran…
  • mm_claim_spec - Claim a spec from a teammate. Records the claim in the cloud (first-claim-win…