mm_mark_notifications_read
Mark specific notifications or all notifications as read.
At a Glance
Section titled “At a Glance”- Category: Plugin Management
- Source: Built-in
- Required parameters: 1
- Total parameters: 3
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project_path | string | Yes | Absolute path to the project root |
ids | array of string | No | Specific notification IDs to mark as read |
mark_all | boolean | No | Mark all notifications as read |
Example
Section titled “Example”{ "tool": "mm_mark_notifications_read", "arguments": { "project_path": "/Users/you/projects/my-app", "ids": [ "my-example" ], "mark_all": true }}Related Tools
Section titled “Related Tools”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…