GovTribe

Create stage MCP tool

Create a GovTribe stage.

Examples

Resolve the parent pipeline first, then add the stage to that pipeline.

Add a no-bid review stage to a pipeline

{
  "tool": "Search_Pipelines",
  "arguments": {
    "query": "Federal capture",
    "fields_to_return": [
      "govtribe_id",
      "name",
      "stages"
    ]
  }
}
{
  "tool": "Create_Stage",
  "arguments": {
    "pipeline_id": "<pipeline_govtribe_id>",
    "name": "No-bid review",
    "description": "Hold opportunities that need leadership review before pursuit work continues.",
    "index": 2
  }
}