Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SALESFORCE_ACCESS_TOKEN | Yes | Your Salesforce access token | |
| SALESFORCE_INSTANCE_URL | Yes | Your Salesforce instance URL (e.g., https://yourcompany.my.salesforce.com) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| soql_query | Execute a SOQL query against Salesforce |
| search_records | Search for records across multiple Salesforce objects |
| get_record | Retrieve a specific Salesforce record by ID with limit and pagination |
| create_record | Create a new Salesforce record |
| update_record | Update an existing Salesforce record |
| delete_record | Delete a Salesforce record |
| describe_object_definition | Get metadata and field information for a Salesforce object with pagination |
| list_avail_objects | List available Salesforce objects with limit and pagination (10-20 objects max) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |