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