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.
Show stats display
Render KPI summary cards, not charts. Each stat requires `key`, `label`, and `value`, and can also include a strict `format` object, a `diff` object like {"value":12.4}, and a `sparkline` object like {"data":[31,34,36,39,42]}.
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.