GovTribe

Delete stage MCP tool

Delete a GovTribe stage.

Examples

Delete a stage only after confirming the exact stage and understanding how the pipeline will change.

Delete a confirmed no-bid review stage

{
  "tool": "Search_Stages",
  "arguments": {
    "query": "No-bid review",
    "fields_to_return": [
      "govtribe_id",
      "name",
      "pipeline"
    ]
  }
}
{
  "tool": "Delete_Stage",
  "arguments": {
    "stage_id": "<stage_govtribe_id>"
  }
}