composite-batch-request | Execute multiple independent Salesforce REST subrequests in one batch call | Action | π Github |
composite-graph-request | Execute a dependent graph of subrequests in one composite graph call. Supports up to 500 subrequests across multiple graphs with automatic rollback on failure. | Action | π Github |
composite-request | Execute multiple Salesforce REST subrequests in one composite call. | Action | π Github |
create-record | Create a Salesforce sObject record for a specified object type. | Action | π Github |
create-sobject-collection | Create multiple sObject records in one collection request. | Action | π Github |
delete-record | Delete a Salesforce sObject record by type and record ID. | Action | π Github |
delete-sobject-collection | Delete multiple records in one sObject collection request. | Action | π Github |
describe-global | List available sObject types and global metadata for the org. | Action | π Github |
describe-sobject | Retrieve schema metadata for a specific sObject type | Action | π Github |
get-current-user | Retrieve the current Salesforce user and org identity context. | Action | π Github |
get-limits | Retrieve current org API usage and platform limits | Action | π Github |
get-quick-action-defaults | Retrieve default field values for a quick action | Action | π Github |
get-record-by-external-id | Retrieve a record by external ID field and value. | Action | π Github |
get-record | Retrieve a Salesforce record by object type and record ID | Action | π Github |
get-sobject-basic-info | Retrieve basic metadata for a specific sObject type including object properties, recent items, and URIs for related resources. | Action | π Github |
list-available-resources | Discover supported Salesforce REST resource versions and root URLs. | Action | π Github |
list-quick-actions | List quick actions available in the org or on an sObject | Action | π Github |
list-recent-items | List recently viewed records visible to the authenticated user | Action | π Github |
parameterized-search-records | Run a parameterized search request across Salesforce objects. | Action | π Github |
query-all-records | Run a SOQL query that also includes deleted and archived records. | Action | π Github |
query-records | Run a SOQL query and return matching records | Action | π Github |
retrieve-query-more | Continue a SOQL query using a nextRecordsUrl locator | Action | π Github |
search-records | Run a SOSL search across searchable Salesforce objects | Action | π Github |
update-record-by-external-id | Update a record by external ID field and value. | Action | π Github |
update-record | Partially update a Salesforce record by object type and record ID. | Action | π Github |
update-sobject-collection | Update multiple records in one sObject collection request | Action | π Github |
upsert-record | Create or update a Salesforce record using an external ID field. | Action | π Github |
upsert-sobject-collection | Upsert multiple records using external IDs in one collection request | Action | π Github |
accounts | Sync Salesforce Account records with a practical default field set | Sync | π Github |
articles | Sync Salesforce knowledge articles with title, content, and modified timestamps | Sync | π Github |
cases | Sync Salesforce Case records with common service and status fields. | Sync | π Github |
contacts | Sync Salesforce Contact records with a practical default field set | Sync | π Github |
opportunities | Sync Salesforce Opportunity records with amount, stage, close date, and owner fields. | Sync | π Github |
records-by-soql | Sync arbitrary Salesforce records from a caller-provided SOQL query | Sync | π Github |
tickets | Sync Salesforce case tickets with core fields and related conversation context. | Sync | π Github |
users | Sync Salesforce User records with profile, email, and active state fields. | Sync | π Github |