salesforce_list_objects
List all Salesforce objects visible to the current user, including API names, labels, and whether they can be queried, created, updated, or deleted.
Instructions
List all available SObjects in the Salesforce org.
Returns a list of all objects accessible to the current user, including standard objects (Account, Contact, etc.) and custom objects.
Returns: List of object summaries, each containing: - name: API name - label: Display name - keyPrefix: Object ID prefix - custom: Whether it's a custom object - queryable: Whether SOQL queries are supported - createable: Whether records can be created - updateable: Whether records can be updated - deletable: Whether records can be deleted
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |