GovTribe

Delete pipeline MCP tool

Delete a GovTribe pipeline & all of its Pursuits.

Examples

Delete a pipeline only after the user confirms the exact pipeline because its pursuits are removed with it.

Delete a confirmed disposable pipeline

{
  "tool": "Search_Pipelines",
  "arguments": {
    "query": "Docs example validation",
    "fields_to_return": [
      "govtribe_id",
      "name",
      "stages"
    ]
  }
}
{
  "tool": "Delete_Pipeline",
  "arguments": {
    "pipeline_id": "<pipeline_govtribe_id>"
  }
}