GovTribe

Delete pursuit MCP tool

Deletes a pursuit.

Examples

Delete a pursuit only after resolving and confirming the exact pursuit.

Delete a confirmed pursuit

{
  "tool": "Search_Pursuits",
  "arguments": {
    "query": "facility modernization capture",
    "fields_to_return": [
      "govtribe_id",
      "name",
      "pipeline",
      "stage"
    ]
  }
}
{
  "tool": "Delete_Pursuit",
  "arguments": {
    "pursuit_id": "<pursuit_govtribe_id>"
  }
}