Delete automation MCP tool
Archive a GovTribe AI automation. The automation stops running and disappears from the user's automation list.
- MCP tool name:
Delete_Automation - Returns: Delete automation MCP response
- Annotations: Not read only, destructive, idempotent, closed world
- Surfaces: GovTribe AI
Examples
Deleting an automation archives it. The automation stops running and no longer appears in automation search or list results.
Archive a confirmed automation
{
"tool": "Search_Automations",
"arguments": {
"query": "\"Weekly capture recap\"",
"fields_to_return": [
"govtribe_id",
"name",
"state"
],
"past_runs_limit": 0
}
}{
"tool": "Delete_Automation",
"arguments": {
"workflow_id": "<automation_govtribe_id>"
}
}Related articles
- Delete automation MCP response: Review the response shape returned by this tool.
- GovTribe AI: Review the GovTribe AI surface where this tool can be called.
- Source identifiers and record matching: Use GovTribe IDs and source identifiers when passing records between tools.