mm_claim_spec
Claim a spec from a teammate. Records the claim in the cloud (first-claim-wins). Use when you want to take ownership of a spec that a teammate has checked in.
At a Glance
Section titled “At a Glance”- Category: Plugin Management
- Source: Built-in
- Required parameters: 3
- Total parameters: 4
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
spec_name | string | Yes | Name/slug of the spec to claim |
claimed_from | string | Yes | Display name of the teammate you’re claiming from |
display_name | string | Yes | Your display name |
project_path | string | No | Absolute path to the project — stamps the claim with the project’s identity so it appears under the right project in the team dashboard |
Example
Section titled “Example”{ "tool": "mm_claim_spec", "arguments": { "spec_name": "My Example", "claimed_from": "2026-01-15", "display_name": "My Example", "project_path": "/Users/you/projects/my-app" }}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_fetch_claims- Fetch all spec claims for your team. Shows which specs have been claimed, by …