GovTribe

Delete custom field definition MCP tool

Delete a workspace custom field definition. This also removes that field's saved values from every pursuit in the workspace and cannot be undone; confirm with the user before calling it.

Examples

Deleting a definition removes that field from the pursuit form, the pursuits table, and pursuit exports, and it deletes the field's saved values on every pursuit in the workspace. This cannot be undone from MCP, so resolve the definition first and confirm with the user before calling this tool.

Delete an unused field

{
  "tool": "Search_Custom_Field_Definitions",
  "arguments": {
    "query": "legacy scoring",
    "fields_to_return": [
      "govtribe_id",
      "name",
      "field_type"
    ]
  }
}
{
  "tool": "Delete_Custom_Field_Definition",
  "arguments": {
    "custom_field_definition_id": "<custom_field_definition_govtribe_id>"
  }
}