Comment MCP response
MCP tool response payload returned when agents retrieve GovTribe pursuit discussion comments through MCP tools.
{
"created_at": "2026-06-02T15:00:00Z",
"creator": {
"govtribe_id": "CREATOR_ID",
"govtribe_type": "user",
"name": "Creator"
},
"discussion": {
"govtribe_id": "DISCUSSION_ID",
"govtribe_type": "discussion",
"govtribe_url": "https://govtribe.com/workspace/WORKSPACE_ID/pipeline/PIPELINE_ID/stage/STAGE_ID/pursuit/PURSUIT_ID/discussion/DISCUSSION_ID",
"name": "Solution review notes"
},
"govtribe_id": "COMMENT_ID",
"govtribe_type": "comment",
"govtribe_url": "https://govtribe.com/workspace/WORKSPACE_ID/pipeline/PIPELINE_ID/stage/STAGE_ID/pursuit/PURSUIT_ID/discussion/DISCUSSION_ID/comment/COMMENT_ID",
"message": "Add incumbent questions to the qualification checklist.",
"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"
},
"pursuit": {
"govtribe_id": "PURSUIT_ID",
"govtribe_type": "pursuit",
"govtribe_url": "https://govtribe.com/workspace/WORKSPACE_ID/pipeline/PIPELINE_ID/stage/STAGE_ID/pursuit/PURSUIT_ID",
"name": "Facility modernization capture"
},
"stage": {
"govtribe_id": "STAGE_ID",
"govtribe_type": "stage",
"govtribe_url": "https://govtribe.com/stages/STAGE_ID",
"name": "Qualified"
},
"updated_at": "2026-06-02T15:30:00Z"
}