Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SALESFORCE_TOKEN | No | Your Salesforce security token (required for User_Password authentication). | |
| SALESFORCE_PASSWORD | No | Your Salesforce password (required for User_Password authentication). | |
| SALESFORCE_USERNAME | No | Your Salesforce username (required for User_Password authentication). | |
| SALESFORCE_CLIENT_ID | No | The Client ID from your Salesforce Connected App (required for OAuth_2.0_Client_Credentials). | |
| SALESFORCE_INSTANCE_URL | No | Your exact Salesforce instance URL (e.g., https://your-domain.my.salesforce.com). Optional for User_Password (defaults to https://login.salesforce.com), but required for OAuth_2.0_Client_Credentials. | https://login.salesforce.com |
| SALESFORCE_CLIENT_SECRET | No | The Client Secret from your Salesforce Connected App (required for OAuth_2.0_Client_Credentials). | |
| SALESFORCE_CONNECTION_TYPE | No | The method used to connect to Salesforce. Use 'User_Password' for traditional login or 'OAuth_2.0_Client_Credentials' for OAuth flow. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |