Delete stage MCP tool
Delete a GovTribe stage.
- MCP tool name:
Delete_Stage - Data type: Stage data type
- Returns: Delete stage MCP response
- Annotations: Not read only, destructive, idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP
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>"
}
}Related articles
- Delete stage MCP response: Review the response shape returned by this tool.
- Stage 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.