Stage MCP response
MCP tool response payload returned when agents retrieve GovTribe stage records through MCP tools.
{
"created_at": "2025-08-06T20:29:27Z",
"creator": {
"govtribe_id": "CREATOR_ID",
"govtribe_type": "creator",
"govtribe_url": "https://govtribe.com/creator/CREATOR_ID",
"name": "Creator"
},
"description": "Representative description text.",
"govtribe_id": "STAGE_ID",
"govtribe_type": "stage",
"govtribe_url": "https://govtribe.com/workspace/WORKSPACE_ID/pipeline/PIPELINE_ID/stage/STAGE_ID",
"name": "Example Stage",
"owner": {
"govtribe_id": "USER_ID",
"govtribe_type": "user",
"name": "Record Owner"
},
"pipeline": {
"govtribe_id": "PIPELINE_ID",
"govtribe_type": "pipeline",
"govtribe_url": "https://govtribe.com/pipelines/PIPELINE_ID",
"name": "Business Development Pipeline"
},
"type": "terminal",
"updated_at": "2025-08-06T20:29:27Z"
}