Skip to main content
Glama
tomnagengast

mcp-server-salesforce

by tomnagengast

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoServer port. Default: 30003000
LOG_LEVELNoLog level. Default: infoinfo
SALESFORCE_PASSWORDYesSalesforce password
SALESFORCE_USERNAMEYesSalesforce username
SALESFORCE_CLIENT_IDYesSalesforce Connected App client ID
SALESFORCE_LOGIN_URLNoSalesforce login URL. Default: https://login.salesforce.comhttps://login.salesforce.com
SALESFORCE_CLIENT_SECRETYesSalesforce Connected App client secret
SALESFORCE_READ_ONLY_MODENoStart in read-only mode. Default: truetrue
SALESFORCE_SECURITY_TOKENYesSalesforce security token

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_recordsC

Search for Salesforce records across multiple objects

soql_queryB

Execute a SOQL query against Salesforce (read-only)

global_searchB

Perform a global search across all Salesforce objects

get_recordB

Retrieve a specific Salesforce record by ID

get_related_recordsC

Get records related to a specific record

get_record_historyB

Get the field history for a record

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 6 tools

Disambiguation3/5

Tools like search_records and global_search have overlapping purposes, both searching across objects. Their descriptions do not clearly differentiate them, causing potential confusion for an agent.

Naming Consistency4/5

Most tool names follow a verb_noun pattern (e.g., get_record, search_records), but global_search is noun_verb, and soql_query is a slight deviation. Overall, the pattern is mostly consistent.

Tool Count5/5

With 6 tools, the server is well-scoped for read-only Salesforce operations. Each tool serves a clear purpose without redundancy, and the count is appropriate for the domain.

Completeness2/5

The tool set covers only read operations (queries and retrievals). Missing create, update, delete, and metadata discovery tools create significant gaps for typical Salesforce workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues