Delete task MCP tool
Deletes a task.
- MCP tool name:
Delete_Task - Data type: Task data type
- Returns: Delete task MCP response
- Annotations: Not read only, destructive, idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP, GovTribe Compact MCP server
Examples
Delete a task only after resolving the exact task record.
Delete a confirmed task
{
"tool": "Search_Tasks",
"arguments": {
"query": "Review solicitation attachments",
"fields_to_return": [
"govtribe_id",
"name",
"pipeline",
"pursuit",
"owner"
]
}
}{
"tool": "Delete_Task",
"arguments": {
"task_id": "<task_govtribe_id>"
}
}Related articles
- Delete task MCP response: Review the response shape returned by this tool.
- Task 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.
Delete tag
Delete a GovTribe workspace tag.
Disband teaming team
End a PRIME teaming interest's accepted team. Requires at least one accepted match on the prime. Withdraws every accepted sub match (each sub interest returns to open) and sets the prime interest to withdrawn. If a team-hub conversation is open, it is closed and all subs are notified; otherwise no notifications fire. The withdrawn prime can be reopened later with Reopen_Teaming_Interest, but the disbanded team is not restored. Prime-only. Before calling, name the affected sub partners to the user and obtain explicit confirmation.