Skip to main content
Glama
ampcome-mcps

MCP Salesforce Connector

by ampcome-mcps

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
run_soql_queryC

Executes a SOQL query against Salesforce

run_sosl_searchC

Executes a SOSL search against Salesforce

get_object_fieldsC

Retrieves field Names, labels and types for a specific Salesforce object

get_recordC

Retrieves a specific record by ID

create_recordD

Creates a new record

update_recordB

Updates an existing record

delete_recordC

Deletes a record

tooling_executeC

Executes a Tooling API request

apex_executeC

Executes an Apex REST request

restfulB

Makes a direct REST API call to Salesforce

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 10 tools

Disambiguation4/5

Most tools have distinct purposes, but there is some overlap between 'restful', 'apex_execute', and 'tooling_execute' as they all involve making API calls to Salesforce, which could cause confusion. The CRUD operations and query tools are clearly differentiated.

Naming Consistency4/5

The naming is mostly consistent with a verb_noun pattern, but there are minor deviations like 'restful' (adjective instead of verb) and 'tooling_execute' (noun_verb instead of verb_noun). Overall, the pattern is readable and predictable.

Tool Count5/5

With 10 tools, the count is well-scoped for a Salesforce connector, covering core operations like CRUD, queries, and API interactions. Each tool serves a specific function without being overwhelming.

Completeness5/5

The tool set provides comprehensive coverage for Salesforce operations, including CRUD, metadata retrieval (get_object_fields), querying (SOQL/SOSL), and various API calls (REST, Apex, Tooling). There are no obvious gaps for typical agent workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues