Skip to content
K

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.

  • Category: Plugin Management
  • Source: Built-in
  • Required parameters: 3
  • Total parameters: 3
ParameterTypeRequiredDescription
spec_namestringYesName/slug of the spec to claim
claimed_fromstringYesDisplay name of the teammate you’re claiming from
display_namestringYesYour display name
{
"tool": "mm_claim_spec",
"arguments": {
"spec_name": "My Example",
"claimed_from": "2026-01-15",
"display_name": "My Example"
}
}
  • mm_list_plugins - List all loaded plugins with their id, name, version, category, tier, and too…
  • mm_get_plugin_info - Get detailed information about a specific plugin including its tools, version…
  • 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 …