salesforce_manage_object
Create or update custom objects in Salesforce, including fields, relationships, and sharing settings. Manage metadata changes for objects like Customer_Feedback__c with proper permissions.
Instructions
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 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Salesforce MCP Server
Related Tools
- @usama-dtc/salesforce_mcp
- @tsmztech/mcp-server-salesforce
- @usama-dtc/salesforce_mcp
- @SurajAdsul/mcp-server-salesforce
- @tsmztech/mcp-server-salesforce