List custom fields
sf_list_custom_fieldsList custom fields with their Tooling API Ids, enabling you to identify and delete specific fields using the returned Ids.
Instructions
List custom fields with their Tooling API Ids (via a Tooling API SOQL query on CustomField). Use the returned Id with sf_delete_custom_field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results. Default 200. | |
| search | No | Filter by DeveloperName (case-insensitive substring). | |
| sobject | No | Only fields on this object, e.g. "Account". Omit for all objects. |