Reopen teaming interest MCP tool
Reopen a hidden or withdrawn teaming interest, returning it to open so it is discoverable again and can receive new match requests. Matches cancelled by an earlier withdrawal are not restored. Matched interests cannot be reopened this way — use Disband_Teaming_Team to end a locked-in team first. Owner-only.
- MCP tool name:
Reopen_Teaming_Interest - Returns: Teaming interest MCP response
- Annotations: Not read only, destructive, not idempotent, closed world
- Surfaces: GovTribe AI
Examples
Reopening reverses Hide teaming interest and Withdraw teaming interest: the interest returns to open, becomes discoverable to other users on the opportunity, and can receive new match requests. Matches cancelled by an earlier withdrawal stay cancelled.
Reopen a hidden interest
{
"tool": "Search_Teaming_Interests",
"arguments": {
"teaming_interest_statuses": ["hidden", "withdrawn"],
"fields_to_return": [
"govtribe_id",
"name",
"intent",
"status",
"teamable"
]
}
}{
"tool": "Reopen_Teaming_Interest",
"arguments": {
"teaming_interest_id": "<teaming_interest_govtribe_id>"
}
}The call fails with the error code not_reopenable when the interest is already open or is currently matched — end a locked-in team with the Disband teaming team MCP tool before reopening it.
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.
Remove contacts from contact group
Remove contacts from a GovTribe workspace contact group.
Request teaming match
Request a teaming match between your existing teaming interest and another user's open interest on the same opportunity. Both interests must already exist and be on the same teamable. Use Create_Interest_And_Request_Match instead if you do not yet have a teaming interest on this opportunity.