Create contact group MCP tool
Create a GovTribe workspace contact group, optionally seeded with contacts and linked to a saved Contact search.
- MCP tool name:
Create_Contact_Group - Data type: Contact group data type
- Returns: 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 when a workspace needs a reusable contact list for pursuit, capture, or saved-search workflows.
Create a saved-search-backed group
{
"tool": "Create_Contact_Group",
"arguments": {
"name": "Cloud capture contacts",
"description": "Contacts found through the cloud saved search.",
"saved_search_id": "<saved_search_govtribe_id>",
"contact_ids": [
"<contact_govtribe_id>"
]
}
}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.
Create automation
Create a GovTribe AI automation. Also creates a new GovTribe AI project with the given govtribe_ai_project_name to hold this automation.
Create memories
Creates a durable user memory for stable preferences, facts, or long-term context after searching for existing entries; do not store ephemeral task details or PII.