GovTribe

Create pipeline MCP tool

Create a GovTribe pipeline.

Examples

Use this when the user wants a new capture workflow container. Include tag_ids to set workspace tags when the pipeline is created.

Create a capture pipeline for modernization opportunities

{
  "tool": "Create_Pipeline",
  "arguments": {
    "name": "Docs example validation - modernization pipeline",
    "description": "Track qualified modernization opportunities from initial review through proposal planning.",
    "stageCount": 4,
    "tag_ids": [
      "<tag_govtribe_id>"
    ]
  }
}