Pursuit MCP response
MCP tool response payload returned when agents retrieve GovTribe pursuit records through MCP tools.
- Data type: Pursuit data type
- Returned by: Search pursuits MCP tool; Create pursuit MCP tool; Update pursuit MCP tool
Fields
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | GovTribe ID attribute |
govtribe_ai_summary | string | GovTribe AI summary attribute |
govtribe_type | string | GovTribe type attribute |
govtribe_url | string | GovTribe URL attribute |
name | string | Name attribute |
description | string | Description attribute |
due_date | string | Due date attribute |
created_at | string | Created at attribute |
estimated_award_date | string | Estimated award date attribute |
estimated_duration | number | Estimated duration attribute |
set_aside | string | Set-aside type attribute |
estimated_value | number | Estimated value attribute |
updated_at | string | Updated at attribute |
owner | relationship object | Owner attribute |
stage | relationship object | Stage attribute |
pipeline | relationship object | Pipeline attribute |
user_files | relationship object array | User files attribute |
federal_agency | relationship object | Federal agency attribute |
naics_category | relationship object | NAICS category attribute |
psc_category | relationship object | PSC category attribute |
state | relationship object | State attribute |
associated_records | relationship object array | Associated records attribute |
contacts | relationship object array | Contact attribute |
tags | relationship object array | Tags attribute |
Relationship Returns
| Field | Returns |
|---|---|
owner | User MCP response |
stage | Stage MCP response |
pipeline | Pipeline MCP response |
user_files | User file MCP response array |
federal_agency | Federal agency MCP response |
naics_category | NAICS category MCP response |
psc_category | PSC category MCP response |
state | State MCP response |
associated_records | Federal contract award MCP response array, Federal contract opportunity MCP response array, Federal forecast MCP response array, Federal contract IDV MCP response array, Federal grant opportunity MCP response array, Federal grant award MCP response array, State and local contract opportunity MCP response array, State and local contract award MCP response array, State and local contract IDV MCP response array, State and local contract vehicle MCP response array, UNSPSC category MCP response array, NIGP category MCP response array |
contacts | Contact MCP response array |
tags | Tag MCP response array |
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"
}
]
}