Skip to main content
Glama

Salesforce MCP Server

salesforce_manage_field_permissions

Control field-level security in Salesforce by granting, revoking, or viewing read/edit access for specific profiles or permission sets. Bulk update permissions for multiple profiles efficiently.

Instructions

Manage Field Level Security (Field Permissions) for custom and standard fields.

  • Grant or revoke read/edit access to fields for specific profiles or permission sets
  • View current field permissions
  • Bulk update permissions for multiple profiles

Examples:

  1. Grant System Administrator access to a field
  2. Give read-only access to a field for specific profiles
  3. Check which profiles have access to a field

Input Schema

NameRequiredDescriptionDefault
editableNoGrant/revoke edit access (default: true)
fieldNameYesAPI name of the field (e.g., 'Custom_Field__c')
objectNameYesAPI name of the object (e.g., 'Account', 'Custom_Object__c')
operationYesOperation to perform on field permissions
profileNamesNoNames of profiles to grant/revoke access (e.g., ['System Administrator', 'Sales User'])
readableNoGrant/revoke read access (default: true)

Input Schema (JSON Schema)

{ "properties": { "editable": { "description": "Grant/revoke edit access (default: true)", "optional": true, "type": "boolean" }, "fieldName": { "description": "API name of the field (e.g., 'Custom_Field__c')", "type": "string" }, "objectName": { "description": "API name of the object (e.g., 'Account', 'Custom_Object__c')", "type": "string" }, "operation": { "description": "Operation to perform on field permissions", "enum": [ "grant", "revoke", "view" ], "type": "string" }, "profileNames": { "description": "Names of profiles to grant/revoke access (e.g., ['System Administrator', 'Sales User'])", "items": { "type": "string" }, "optional": true, "type": "array" }, "readable": { "description": "Grant/revoke read access (default: true)", "optional": true, "type": "boolean" } }, "required": [ "operation", "objectName", "fieldName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tsmztech/mcp-server-salesforce'

If you have feedback or need assistance with the MCP directory API, please join our Discord server