GovTribe

Comment MCP response

MCP tool response payload returned when agents retrieve GovTribe pursuit discussion comments through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
messagestringMessage attribute
created_atstringCreated at attribute
updated_atstringUpdated at attribute
ownerrelationship objectOwner attribute
creatorrelationship objectCreator attribute
discussionrelationship objectDiscussion attribute
pipelinerelationship objectPipeline attribute
pursuitrelationship objectPursuit attribute
stagerelationship objectStage attribute

Relationship Returns

Example

{
  "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"
}