get_record
Retrieve a single Salesforce record by its ID to access all readable fields. Use this tool when you have a record ID and need complete record details from Salesforce.
Instructions
Get a single Salesforce record by its ID. Returns all readable fields.
Record IDs are 15 or 18 character strings. The first 3 characters indicate the object
type (001=Account, 003=Contact, 006=Opportunity, 00Q=Lead, 500=Case).
Use run_soql_query or run_sosl_search to find record IDs if you only have a name or email.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| record_id | Yes |