GovTribe

Withdraw teaming interest MCP tool

Withdraw a teaming interest. Cancels every pending match touching this interest with notifications sent to each affected party. The interest can be reopened later with Reopen_Teaming_Interest, but cancelled matches are not restored. Owner-only. Before calling, name the interest (opportunity + intent) and the count of pending matches that will be cancelled, then obtain explicit user confirmation.

Examples

Resolve the interest and its pending match counts first so the user can confirm exactly what will be cancelled. To leave a single match while keeping the interest open, use the Withdraw teaming match MCP tool instead.

Withdraw an open interest after confirming pending matches

{
  "tool": "Search_Teaming_Interests",
  "arguments": {
    "teaming_interest_statuses": ["open"],
    "fields_to_return": [
      "govtribe_id",
      "name",
      "intent",
      "teamable",
      "pending_match_count"
    ]
  }
}
{
  "tool": "Withdraw_Teaming_Interest",
  "arguments": {
    "teaming_interest_id": "<teaming_interest_govtribe_id>"
  }
}