Disband teaming team MCP tool
End a PRIME teaming interest's accepted team. Requires at least one accepted match on the prime. Withdraws every accepted sub match (each sub interest returns to open) and sets the prime interest to withdrawn. If a team-hub conversation is open, it is closed and all subs are notified; otherwise no notifications fire. The withdrawn prime can be reopened later with Reopen_Teaming_Interest, but the disbanded team is not restored. Prime-only. Before calling, name the affected sub partners to the user and obtain explicit confirmation.
- MCP tool name:
Disband_Teaming_Team - Returns: Teaming interest MCP response
- Annotations: Not read only, destructive, not idempotent, closed world
- Surfaces: GovTribe AI
Examples
Resolve the prime interest and its accepted partners first so the user can confirm every partner that will be released. To remove a single partner while keeping the rest of the team, withdraw that one match with the Withdraw teaming match MCP tool instead.
Disband a locked-in team after confirming affected partners
{
"tool": "Search_Teaming_Interests",
"arguments": {
"teaming_interest_statuses": ["matched"],
"teaming_interest_intents": ["prime"],
"fields_to_return": [
"govtribe_id",
"name",
"teamable",
"team_members"
]
}
}{
"tool": "Disband_Teaming_Team",
"arguments": {
"teaming_interest_id": "<prime_teaming_interest_govtribe_id>"
}
}The call fails with the error code not_prime when the interest is a sub interest and not_locked_in when the prime has no accepted teaming partners.
Related articles
- Teaming interest MCP response: Review the response shape returned by this tool.
- GovTribe AI: Review the GovTribe AI surface where this tool can be called.
- Source identifiers and record matching: Use GovTribe IDs and source identifiers when passing records between tools.