GovTribe

Discussion MCP response

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

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
namestringName attribute
messagestringMessage attribute
comments_countnumberComments count attribute
created_atstringCreated at attribute
updated_atstringUpdated at attribute
ownerrelationship objectOwner attribute
creatorrelationship objectCreator attribute
pipelinerelationship objectPipeline attribute
pursuitrelationship objectPursuit attribute
stagerelationship objectStage attribute
user_filesrelationship object arrayUser files attribute

Relationship Returns

Example

{
  "comments_count": 2,
  "created_at": "2026-06-02T14:00:00Z",
  "creator": {
    "govtribe_id": "CREATOR_ID",
    "govtribe_type": "user",
    "name": "Creator"
  },
  "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",
  "message": "Capture notes from the solution review.",
  "name": "Solution review notes",
  "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",
  "user_files": [
    {
      "govtribe_id": "USER_FILE_ID",
      "govtribe_type": "user_file",
      "govtribe_url": "https://govtribe.com/file/user-file/USER_FILE_ID",
      "name": "Solution review.pdf"
    }
  ]
}