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 | Your Connected App Client ID (required for OAuth_2.0_Client_Credentials authentication) | |
| SALESFORCE_INSTANCE_URL | No | Your Salesforce instance URL. For User_Password authentication, this is optional with default value https://login.salesforce.com. For OAuth_2.0_Client_Credentials, this is REQUIRED and must be your exact Salesforce instance URL (e.g., https://your-domain.my.salesforce.com) | https://login.salesforce.com |
| SALESFORCE_CLIENT_SECRET | No | Your Connected App Client Secret (required for OAuth_2.0_Client_Credentials authentication) | |
| SALESFORCE_CONNECTION_TYPE | No | The authentication method to use. Either 'User_Password' or 'OAuth_2.0_Client_Credentials' |
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 | |