Pipeline MCP response
MCP tool response payload returned when agents retrieve GovTribe pipeline records through MCP tools.
{
"created_at": "2026-04-02T18:42:32Z",
"creator": {
"govtribe_id": "CREATOR_ID",
"govtribe_type": "creator",
"govtribe_url": "https://govtribe.com/creator/CREATOR_ID",
"name": "Creator"
},
"description": "Representative description text.",
"govtribe_id": "PIPELINE_ID",
"govtribe_type": "pipeline",
"govtribe_url": "https://govtribe.com/workspace/WORKSPACE_ID/pipeline/PIPELINE_ID",
"name": "Example Pipeline",
"owner": {
"govtribe_id": "USER_ID",
"govtribe_type": "user",
"name": "Record Owner"
},
"stages": [
{
"govtribe_id": "STAGE_ID",
"govtribe_type": "stage",
"govtribe_url": "https://govtribe.com/stages/STAGE_ID",
"name": "Qualified"
}
],
"tags": [
{
"background_color": "#2f855a",
"govtribe_id": "TAG_ID",
"govtribe_type": "tag",
"name": "Proposal ready"
}
],
"updated_at": "2026-04-02T18:42:33Z"
}