GovTribe

Update pipeline MCP tool

Update a GovTribe pipeline.

Examples

Resolve the pipeline before updating it. If you include tag_ids, the provided array replaces the pipeline's full tag set; omit tag_ids to leave tags unchanged.

Rename a capture pipeline

{
  "tool": "Search_Pipelines",
  "arguments": {
    "query": "Modernization pipeline",
    "fields_to_return": [
      "govtribe_id",
      "name",
      "description"
    ]
  }
}
{
  "tool": "Update_Pipeline",
  "arguments": {
    "pipeline_id": "<pipeline_govtribe_id>",
    "name": "Federal modernization capture",
    "description": "Track modernization opportunities from qualification through proposal planning.",
    "tag_ids": [
      "<tag_govtribe_id>"
    ]
  }
}