GovTribe

Hide teaming interest MCP tool

Mark a teaming interest as hidden so it is no longer surfaced in cross-user discovery searches. Pre-existing match records remain visible to both parties; the hidden interest itself is no longer browsable by non-owners. Reverse later with Reopen_Teaming_Interest. Owner-only.

Examples

Hide an interest when the user wants to pause new partner discovery without cancelling existing matches. Use the Withdraw teaming interest MCP tool instead when the user wants to cancel pending matches too.

Hide an open interest

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