Skip to main content
Glama
mintmcp

Salesforce MCP Server

by mintmcp

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
NameRequiredDescriptionDefault
object_nameYes
record_idYes

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mintmcp/salesforce-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server