List custom objects
sf_list_custom_objectsRetrieve custom objects and their Tooling API Ids from Salesforce org via SOQL, enabling targeted deletion workflows.
Instructions
List custom objects in the org with their Tooling API Ids (via a Tooling API SOQL query on CustomObject). Use the returned Id with sf_delete_custom_object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results. Default 200. | |
| search | No | Filter by DeveloperName (case-insensitive substring). |