Create pipeline MCP tool
Create a GovTribe pipeline.
- MCP tool name:
Create_Pipeline - Data type: Pipeline data type
- Returns: Pipeline MCP response
- Annotations: Not read only, destructive, not idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP
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>"
]
}
}Related articles
- 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.