Update contact group MCP tool
Update a GovTribe workspace contact group name, description, tags, or linked saved Contact search.
- MCP tool name:
Update_Contact_Group - Data type: Contact group data type
- Returns: Contact group MCP response
- Annotations: Not read only, destructive, idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP, GovTribe Compact MCP server
Examples
Use this to rename a group, replace its tags, or attach a saved Contact search.
Update tags and saved search
{
"tool": "Update_Contact_Group",
"arguments": {
"contact_group_id": "<contact_group_govtribe_id>",
"name": "Proposal contact group",
"tag_ids": [
"<tag_govtribe_id>"
],
"saved_search_id": "<saved_search_govtribe_id>"
}
}Remove the saved-search link
{
"tool": "Update_Contact_Group",
"arguments": {
"contact_group_id": "<contact_group_govtribe_id>",
"saved_search_id": null
}
}Related articles
- 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.
Update automation
Update an existing GovTribe AI automation. Pass govtribe_ai_project_name to rename the existing GovTribe AI project (the same project is reused). If the original project was deleted, a fresh project is created and linked to this automation.
Update memories
Updates an existing durable user memory after locating the correct entry; prefer updating canonical memories over creating duplicates.