GovTribe

Search teaming messages MCP tool

Search for text across every conversation reachable from a teaming interest: each match conversation the interest is part of, plus the team-hub conversation if a team has been locked in. Returns the matching conversation ids with per-message hit snippets (highlighted around the matched substring). System messages are excluded. Use this when the user asks what was said about a topic or who mentioned something across their teaming conversations; use Get_Teaming_Messages to read full pages of a specific conversation.

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