GovTribe

Stage MCP response

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

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
namestringName attribute
descriptionstringDescription attribute
typestringType attribute
created_atstringCreated at attribute
updated_atstringUpdated at attribute
ownerrelationship objectOwner attribute
creatorrelationship objectCreator attribute
pipelinerelationship objectPipeline attribute

Relationship Returns

Example

{
  "created_at": "2025-08-06T20:29:27Z",
  "creator": {
    "govtribe_id": "CREATOR_ID",
    "govtribe_type": "creator",
    "govtribe_url": "https://govtribe.com/creator/CREATOR_ID",
    "name": "Creator"
  },
  "description": "Representative description text.",
  "govtribe_id": "STAGE_ID",
  "govtribe_type": "stage",
  "govtribe_url": "https://govtribe.com/workspace/WORKSPACE_ID/pipeline/PIPELINE_ID/stage/STAGE_ID",
  "name": "Example Stage",
  "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"
  },
  "type": "terminal",
  "updated_at": "2025-08-06T20:29:27Z"
}