Sync contact group MCP tool
Queue a saved-search-backed GovTribe contact group sync on the exports queue.
- MCP tool name:
Sync_Contact_Group - Data type: Contact group data type
- Returns: Sync contact group MCP response
- Annotations: Not read only, destructive, not idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP, GovTribe Compact MCP server
Examples
Use this only for contact groups linked to saved Contact searches.
Queue a saved-search sync
{
"tool": "Sync_Contact_Group",
"arguments": {
"contact_group_id": "<contact_group_govtribe_id>"
}
}Related articles
- Sync contact group MCP response: Review the response shape returned by this tool.
- Contact group data type: Understand the shared record fields and relationships used by this tool.
- GovTribe AI: Review the GovTribe AI surface where this tool can be called.
- GovTribe for Agents: Use GovTribe for Agents as the starting point for MCP tools, MCP tool responses, and guides.
- MCP servers: Review where this MCP tool can be used.
- Source identifiers and record matching: Use GovTribe IDs and source identifiers when passing records between tools.
Submit teaming match feedback
Submit sentiment + optional text feedback about a teaming match. Reachable for pending and accepted matches only (declined, withdrawn, and expired matches are soft-deleted from agent retrieval). Either participant can submit feedback. The agent should only do so once the user has finished engaging with the match. Sentiment is a boolean (true=positive, false=negative); text is optional, max 2000 chars. Feedback is recorded per-account against the match record.
Test run automation
Start a manual test run for an existing GovTribe AI automation and return the started conversation, including a GovTribe URL when a conversation is available.