GovTribe

Delete task MCP tool

Deletes a task.

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>"
  }
}