Salesforce
Salesforce's MCP tools — Accounts, Contacts, Opportunities, and Contracts.
Every field below is returned by its tool and is filterable — see Tool Catalog for the naming convention and filter operators. None of Salesforce's objects carry nested/JSON fields, so every field Salesforce returns is exposed here.
Field names are PascalCase
Unlike every other source, Salesforce field names keep Salesforce's own PascalCase convention (AccountId, not account_id) — use the exact casing shown below in filters.
Account
- Object:
account - MCP tool name:
get_salesforce_account
| Field | Type |
|---|---|
| Id | Text |
| Name | Text |
| Type | Text |
| Phone | Text |
| Website | Text |
| Industry | Text |
| AnnualRevenue | Number |
| BillingStreet | Text |
| BillingCity | Text |
| BillingState | Text |
| BillingPostalCode | Text |
| BillingCountry | Text |
| ShippingStreet | Text |
| ShippingCity | Text |
| ShippingState | Text |
| ShippingPostalCode | Text |
| ShippingCountry | Text |
| Description | Text |
Contact
- Object:
contact - MCP tool name:
get_salesforce_contact
| Field | Type |
|---|---|
| Id | Text |
| Text | |
| FirstName | Text |
| LastName | Text |
| Phone | Text |
| MobilePhone | Text |
| Fax | Text |
| MailingStreet | Text |
| MailingCity | Text |
| MailingState | Text |
| MailingPostalCode | Text |
| MailingCountry | Text |
| Title | Text |
| AccountId | Text |
Opportunity
- Object:
opportunity - MCP tool name:
get_salesforce_opportunity
| Field | Type |
|---|---|
| Id | Text |
| Name | Text |
| Amount | Number |
| StageName | Text |
| CloseDate | Text |
Contract
- Object:
contract - MCP tool name:
get_salesforce_contract
| Field | Type |
|---|---|
| Id | Text |
| AccountId | Text |
| ContractNumber | Text |
| Status | Text |
| StatusCode | Text |
| StartDate | Date |
| EndDate | Date |
| ContractTerm | Number |
| OwnerId | Text |
| CompanySignedId | Text |
| CompanySignedDate | Date |
| CustomerSignedId | Text |
| CustomerSignedDate | Date |
| ActivatedDate | Date |
| BillingStreet | Text |
| BillingCity | Text |
| BillingState | Text |
| BillingPostalCode | Text |
| BillingCountry | Text |
| Description | Text |
| SpecialTerms | Text |
| CreatedDate | Text |
| LastModifiedDate | Text |
| IsDeleted | Boolean |