GovTribe

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.

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"
  }
}