salesforce_manage_object
Create or update custom objects in Salesforce, defining fields, relationships, and sharing models to organize and manage metadata efficiently.
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
- @usama-dtc/salesforce_mcp
- @tsmztech/mcp-server-salesforce
- @SurajAdsul/mcp-server-salesforce
- @SurajAdsul/mcp-server-salesforce