mm_push_team_checkin
Push a team check-in to the cloud. Scans local specs and features, captures current branch, and upserts to the team_checkins table. Teammates can then see your status via mm_fetch_team_checkins.
At a Glance
Section titled “At a Glance”- Category: Team
- Source: Built-in
- Availability: Opt-in — set
MM_TOOL_GROUPS=team(always dispatchable by name) - Required parameters: 2
- Total parameters: 3
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project_path | string | Yes | Absolute path to the project root |
display_name | string | Yes | Your display name for the team |
status_note | string | No | Free-text status note (e.g., ‘Wrapping up auth today’) |
Example
Section titled “Example”{ "tool": "mm_push_team_checkin", "arguments": { "project_path": "/Users/you/projects/my-app", "display_name": "My Example", "status_note": "example-status_note" }}Related Tools
Section titled “Related Tools”mm_fetch_team_checkins- Fetch all team members’ check-ins from the cloud. Returns display names, bran…mm_team_refresh- Re-read the LIVE team activity for this project mid-session: teammates’ activ…