salesforce_installation_info
Retrieve detailed Salesforce schema information including objects, fields, relationships, permissions, and customizations from your specific installation.
Instructions
Returns comprehensive information about the learned Salesforce installation, including all object details, field specifications, relationships, permissions, and customizations from the learned installation data.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | No | Specific object for detailed information (optional). Example: 'Account', 'Contact', 'CustomObject__c' | |
| field_search | No | Search for fields with this name or label (optional) | |
| show_custom_only | No | Show only custom objects and custom fields | |
| include_relationships | No | Include relationship information between objects | |
| detailed_fields | No | Show detailed field information including data types, constraints, and metadata | |
| include_permissions | No | Include detailed permission information for objects and fields | |
| max_fields_per_object | No | Maximum number of fields to show per object (default: all fields) |