GovTribe

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.

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.