Respond to teaming match MCP tool
Accept or decline a pending teaming match request. Only the recipient can respond. Use Withdraw_Teaming_Match if you are the requester wanting to cancel. Decline is recorded permanently — the same requester cannot re-request a match against this target interest, but the recipient remains free to initiate toward the requester. Confirm the match and the chosen response with the user before calling, especially for decline.
- MCP tool name:
Respond_To_Teaming_Match - Returns: Teaming match MCP response
- Annotations: Not read only, destructive, not idempotent, closed world
- Surfaces: GovTribe AI
Examples
Find matches awaiting the user's response with my_pending_inbound, confirm the other party with the user, then respond. Accepting marks the sub interest as matched; declining permanently removes the match from agent retrieval.
Accept a pending inbound match
{
"tool": "Search_Teaming_Matches",
"arguments": {
"my_pending_inbound": true,
"fields_to_return": [
"govtribe_id",
"rationale",
"expires_at",
"viewer_context",
"prime_teaming_interest",
"sub_teaming_interest"
]
}
}{
"tool": "Respond_To_Teaming_Match",
"arguments": {
"teaming_match_id": "<teaming_match_govtribe_id>",
"response": "accept"
}
}Decline a pending inbound match
{
"tool": "Respond_To_Teaming_Match",
"arguments": {
"teaming_match_id": "<teaming_match_govtribe_id>",
"response": "decline"
}
}Related articles
- Teaming match 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.
Rerank Search Results
Rerank a bounded shortlist of GovTribe records from a typed search_results_id or explicit candidate list. Use this only after retrieval; it does not replace Search_GovTribe or typed Search_* tools.
Search Activity
Searches GovTribe activity feed events for a subject record and optionally related records.