Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SALESFORCE_DOMAIN | No | Set to 'test' to connect to a Salesforce sandbox environment. If not set or left empty, the server will connect to the production environment. | |
| SALESFORCE_PASSWORD | No | Salesforce password for legacy authentication. | |
| SALESFORCE_USERNAME | No | Salesforce username for legacy authentication. | |
| SALESFORCE_ACCESS_TOKEN | No | Salesforce Access Token for OAuth authentication. | |
| SALESFORCE_INSTANCE_URL | No | Salesforce Instance URL for OAuth authentication (e.g., https://my-company.my.salesforce.com). | |
| SALESFORCE_CLI_TARGET_ORG | No | When using the Salesforce CLI authentication method, set this to target a specific org alias or username instead of the default org. | |
| SALESFORCE_SECURITY_TOKEN | No | Salesforce security token for legacy authentication. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_soql_query | Executes a SOQL query against Salesforce |
| run_sosl_search | Executes a SOSL search against Salesforce |
| get_object_fields | Retrieves field Names, labels and types for a specific Salesforce object |
| get_record | Retrieves a specific record by ID |
| create_record | Creates a new record |
| update_record | Updates an existing record |
| delete_record | Deletes a record |
| tooling_execute | Executes a Tooling API request |
| apex_execute | Executes an Apex REST request |
| restful | Makes a direct REST API call to Salesforce |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |