GovTribe

Pursuit MCP response

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

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_ai_summarystringGovTribe AI summary attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
namestringName attribute
descriptionstringDescription attribute
due_datestringDue date attribute
created_atstringCreated at attribute
estimated_award_datestringEstimated award date attribute
estimated_durationnumberEstimated duration attribute
set_asidestringSet-aside type attribute
estimated_valuenumberEstimated value attribute
updated_atstringUpdated at attribute
ownerrelationship objectOwner attribute
stagerelationship objectStage attribute
pipelinerelationship objectPipeline attribute
user_filesrelationship object arrayUser files attribute
federal_agencyrelationship objectFederal agency attribute
naics_categoryrelationship objectNAICS category attribute
psc_categoryrelationship objectPSC category attribute
staterelationship objectState attribute
associated_recordsrelationship object arrayAssociated records attribute
contactsrelationship object arrayContact attribute
tagsrelationship object arrayTags attribute

Relationship Returns

Example

{
  "associated_records": [
    {
      "govtribe_id": "ASSOCIATED_RECORDS_ID",
      "govtribe_type": "associated_records",
      "govtribe_url": "https://govtribe.com/associated-records/ASSOCIATED_RECORDS_ID",
      "name": "Associated Records"
    }
  ],
  "contacts": [
    {
      "govtribe_id": "CONTACT_ID",
      "govtribe_type": "contact",
      "govtribe_url": "https://govtribe.com/contact/CONTACT_ID",
      "name": "Contact Name",
      "email": "contact@example.gov"
    }
  ],
  "created_at": "2026-01-15T14:00:00Z",
  "description": "Representative description text.",
  "due_date": "2024-08-30T19:00:00Z",
  "estimated_award_date": "2026-06-30T00:00:00Z",
  "estimated_duration": 365,
  "estimated_value": 2500000,
  "federal_agency": {
    "govtribe_id": "FEDERAL_AGENCY_ID",
    "govtribe_type": "federal_agency",
    "govtribe_url": "https://govtribe.com/agency/federal-agency/FEDERAL_AGENCY_ID",
    "name": "Federal Agency"
  },
  "govtribe_ai_summary": "Representative AI-generated summary of the record and surrounding context.",
  "govtribe_id": "PURSUIT_ID",
  "govtribe_type": "pursuit",
  "govtribe_url": "https://govtribe.com/workspace/WORKSPACE_ID/pipeline/PIPELINE_ID/stage/STAGE_ID/pursuit/PURSUIT_ID",
  "naics_category": {
    "govtribe_id": "611512",
    "govtribe_type": "naics_category",
    "govtribe_url": "https://govtribe.com/category/naics/611512-flight-training",
    "name": "Flight Training"
  },
  "name": "Example Pursuit",
  "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"
  },
  "psc_category": {
    "govtribe_id": "U010",
    "govtribe_type": "psc_category",
    "govtribe_url": "https://govtribe.com/category/psc/u010-certifications-and-accreditations-for-educational-institutions",
    "name": "Education/Training- Certifications/Accreditations For Educational Institutions"
  },
  "set_aside": "Total Small Business",
  "stage": {
    "govtribe_id": "STAGE_ID",
    "govtribe_type": "stage",
    "govtribe_url": "https://govtribe.com/stages/STAGE_ID",
    "name": "Qualified"
  },
  "tags": [
    {
      "background_color": "#2f855a",
      "govtribe_id": "TAG_ID",
      "govtribe_type": "tag",
      "name": "Proposal ready"
    }
  ],
  "state": {
    "govtribe_id": "STATE_ID",
    "govtribe_type": "state",
    "govtribe_url": "https://govtribe.com/state/STATE_ID",
    "name": "Texas"
  },
  "updated_at": "2024-08-20T21:15:47Z",
  "user_files": [
    {
      "govtribe_id": "USER_FILE_ID",
      "govtribe_type": "user_file",
      "govtribe_url": "https://govtribe.com/file/user-file/USER_FILE_ID",
      "name": "Capture notes.pdf"
    }
  ]
}