GovTribe

Activity MCP response

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

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
namestringName attribute
timestampstring or nullTimestamp attribute
activity_govtribe_typestring or nullActivity GovTribe type attribute
change_typestringChange type attribute
changed_fieldsarrayChanged fields attribute
is_unknownbooleanIs unknown attribute
match_scopesarrayMatch scopes attribute
actorobject or nullActor attribute
targetobject or nullTarget attribute
objectsarrayObjects attribute
related_model_idsarrayRelated model IDs attribute

Example

{
  "actor": {
    "govtribe_id": "USER_ID",
    "govtribe_type": "user",
    "name": "Record Owner"
  },
  "activity_govtribe_type": "federal_contract_opportunity",
  "change_type": "updated",
  "changed_fields": [
    "response_date",
    "set_aside"
  ],
  "govtribe_id": "ACTIVITY_ID",
  "govtribe_type": "activity",
  "is_unknown": false,
  "match_scopes": [
    "direct_target"
  ],
  "name": "Updated Federal Contract Opportunity",
  "objects": [
    {
      "field": "response_date",
      "newValue": "2026-06-30T16:00:00Z",
      "oldValue": "2026-06-15T16:00:00Z",
      "valueType": "updated-object"
    }
  ],
  "related_model_ids": [
    "FEDERAL_AGENCY_ID",
    "VENDOR_ID"
  ],
  "target": {
    "govtribe_id": "OPPORTUNITY_ID",
    "govtribe_type": "federal_contract_opportunity",
    "name": "Example Opportunity"
  },
  "timestamp": "2026-06-01T18:30:00Z"
}

On this page