GovTribe

Task MCP response

MCP tool response payload returned when agents retrieve GovTribe task 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
commentstringComment attribute
due_datestringDue date attribute
past_duebooleanPast due attribute
due_soonbooleanDue soon attribute
prioritystringPriority attribute
completed_atstringCompleted at attribute
reopened_atstringReopened at attribute
created_atstringCreated at attribute
updated_atstringUpdated at attribute
ownerrelationship objectOwner attribute
creatorrelationship objectCreator attribute
pipelinerelationship objectPipeline attribute
pursuitrelationship objectPursuit attribute
stagerelationship objectStage attribute
tagsrelationship object arrayTags attribute

Relationship Returns

Example

{
  "comment": "Review the opportunity requirements and prepare next steps.",
  "completed_at": null,
  "created_at": "2026-01-15T14:00:00Z",
  "creator": {
    "govtribe_id": "CREATOR_ID",
    "govtribe_type": "creator",
    "govtribe_url": "https://govtribe.com/creator/CREATOR_ID",
    "name": "Creator"
  },
  "description": "Representative description text.",
  "due_date": "2024-09-18T07:00:00Z",
  "due_soon": false,
  "govtribe_ai_summary": "Representative AI-generated summary of the record and surrounding context.",
  "govtribe_id": "TASK_ID",
  "govtribe_type": "task",
  "govtribe_url": "https://govtribe.com/workspace/WORKSPACE_ID/task/TASK_ID",
  "name": "Example Task",
  "owner": {
    "govtribe_id": "USER_ID",
    "govtribe_type": "user",
    "name": "Record Owner"
  },
  "past_due": false,
  "pipeline": {
    "govtribe_id": "PIPELINE_ID",
    "govtribe_type": "pipeline",
    "govtribe_url": "https://govtribe.com/pipelines/PIPELINE_ID",
    "name": "Business Development Pipeline"
  },
  "priority": "Normal",
  "pursuit": {
    "govtribe_id": "PURSUIT_ID",
    "govtribe_type": "pursuit",
    "govtribe_url": "https://govtribe.com/pursuits/PURSUIT_ID",
    "name": "Modernization Pursuit"
  },
  "reopened_at": null,
  "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"
    }
  ],
  "updated_at": "2024-09-16T23:22:47Z"
}