mm_team_refresh
Re-read the LIVE team activity for this project mid-session: teammates’ active agent sessions, what each is working on, and held work-locks. Returns the full current snapshot (not a diff). Call before starting a new unit of work, or after a long operation, to see what changed since session start.
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: 1
- Total parameters: 1
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project_path | string | Yes | Absolute path to the project |
Example
Section titled “Example”{ "tool": "mm_team_refresh", "arguments": { "project_path": "/Users/you/projects/my-app" }}Related Tools
Section titled “Related Tools”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…