GovTribe

Contact MCP response

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

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_ai_summarystringGovTribe AI summary attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
typesarrayTypes attribute
namestringName attribute
emailstringEmail attribute
phonestringPhone attribute
titlestringTitle attribute
rolestringRole attribute
organizationstringOrganization attribute
updated_atstringUpdated at attribute
parent_organization_detailsrelationship object arrayParent organization details attribute
tagsrelationship object arrayTags attribute

Relationship Returns

FieldReturns
parent_organization_detailsVendor MCP response array, Federal agency MCP response array, Jurisdiction MCP response array, State MCP response array
tagsTag MCP response array

Example

{
  "email": "contact@example.gov",
  "govtribe_ai_summary": "Representative AI-generated summary of the record and surrounding context.",
  "govtribe_id": "CONTACT_ID",
  "govtribe_type": "contact",
  "govtribe_url": "https://govtribe.com/contact/CONTACT_ID",
  "name": "Example Contact",
  "organization": "Example Agency",
  "parent_organization_details": [
    {
      "govtribe_id": "FEDERAL_AGENCY_ID",
      "govtribe_type": "federal_agency",
      "govtribe_url": "https://govtribe.com/agency/federal-agency/FEDERAL_AGENCY_ID",
      "name": "Parent organization"
    }
  ],
  "phone": "555-0100",
  "role": "Contracting Officer",
  "tags": [
    {
      "background_color": "#2f855a",
      "govtribe_id": "TAG_ID",
      "govtribe_type": "tag",
      "name": "Proposal ready"
    }
  ],
  "title": "Contracting Officer",
  "types": [
    "Point of Contact"
  ],
  "updated_at": "2025-03-20T16:04:10Z"
}