Salesforce MCP Server
by tsmztech
salesforce_manage_object
Create new custom objects or modify existing ones in Salesforce:
- Create: New custom objects with fields, relationships, and settings
- Update: Modify existing object settings, labels, sharing model Examples: Create Customer_Feedback__c object, Update object sharing settings Note: Changes affect metadata and require proper permissions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | Description of the object | |
label | No | Label for the object | |
nameFieldFormat | No | Display format for AutoNumber field (e.g., 'A-{0000}') | |
nameFieldLabel | No | Label for the name field | |
nameFieldType | No | Type of the name field | |
objectName | Yes | API name for the object (without __c suffix) | |
operation | Yes | Whether to create new object or update existing | |
pluralLabel | No | Plural label for the object | |
sharingModel | No | Sharing model for the object |