GovTribe

Custom field definition MCP response

MCP tool response payload returned when agents retrieve or manage GovTribe workspace custom field definitions for pursuits.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
namestringName attribute
field_typestringField type attribute
placeholder_textstringPlaceholder text attribute
requiredbooleanRequired attribute
fielded_modelstringFielded model attribute
created_atstringCreated at attribute
updated_atstringUpdated at attribute
creatorrelationship objectCreator attribute

Relationship Returns

FieldReturns
creatorUser MCP response

Example

{
  "created_at": "2026-09-02T14:00:00Z",
  "creator": {
    "govtribe_id": "USER_ID",
    "govtribe_type": "user",
    "name": "Creator"
  },
  "field_type": "dollar",
  "fielded_model": "PursuitModel",
  "govtribe_id": "CUSTOM_FIELD_DEFINITION_ID",
  "govtribe_type": "custom_field_definition",
  "name": "Contract Ceiling",
  "placeholder_text": "Enter the ceiling value",
  "required": false,
  "updated_at": "2026-09-02T14:00:00Z"
}