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
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.
- Source identifiers and record matching: Use GovTribe IDs and source identifiers when passing records between tools.