Delete pipeline MCP tool
Delete a GovTribe pipeline & all of its Pursuits.
- MCP tool name:
Delete_Pipeline - Data type: Pipeline data type
- Returns: Delete pipeline MCP response
- Annotations: Not read only, destructive, idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP
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>"
}
}Related articles
- Delete pipeline MCP response: Review the response shape returned by this tool.
- Pipeline 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.