Search teaming messages MCP tool
Search for text across every conversation reachable from one teaming interest the user owns: each match conversation the interest is part of, plus the team-hub conversation if a team has been locked in. Returns matching conversation ids with per-message hit snippets highlighted around the matched substring. System messages are excluded.
- MCP tool name:
Search_Teaming_Messages - Returns: Teaming messages MCP response
- Annotations: Read only, not destructive, idempotent, closed world
- Surfaces: GovTribe AI
Examples
Use this tool when the user asks what was said about a topic or who mentioned something across the teaming conversations attached to one of their interests. Pass the interest as teaming_interest_id and the substring to find as q. Use Get teaming messages MCP tool to read full pages of a specific conversation after a hit narrows down the right one.
Search a teaming interest's conversations for a topic
{
"tool": "Search_Teaming_Messages",
"arguments": {
"teaming_interest_id": "<teaming_interest_govtribe_id>",
"q": "workshare"
}
}Find who mentioned a capability across an interest's conversations
{
"tool": "Search_Teaming_Messages",
"arguments": {
"teaming_interest_id": "<teaming_interest_govtribe_id>",
"q": "FedRAMP"
}
}Related articles
- Teaming messages MCP response: Review the response shape returned by this tool.
- Get teaming messages MCP tool: Read full pages of a specific match or team-hub conversation.
- 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.
Search teaming matches
Searches GovTribe teaming matches (a connection between a prime and sub interest on the same opportunity). Visible to both parties of each match. Use `my_pending_inbound: true` to find matches awaiting your accept/decline. Use `match_prime_interest_ids` or `match_sub_interest_ids` to filter by the specific interest on the prime or sub side. Fetch a specific match by id via `teaming_match_ids: ["<id>"]`.
Search UNSPSC categories
Searches GovTribe UNSPSC categories and returns category records with codes, names, and linked state or local opportunities.