Skip to main content
Glama
julianboudara-code

mcp-server-salesforce

salesforce_dml_records

Create, update, delete, or upsert Salesforce records by specifying an operation, object, and record data. Use an external ID for upsert to insert new records or update existing ones.

Instructions

Perform data manipulation operations on Salesforce records:

  • insert: Create new records

  • update: Modify existing records (requires Id)

  • delete: Remove records (requires Id)

  • upsert: Insert or update based on external ID field Examples: Insert new Accounts, Update Case status, Delete old records, Upsert based on custom external ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recordsYesArray of records to process
operationYesType of DML operation to perform
objectNameYesAPI name of the object
externalIdFieldNoExternal ID field name for upsert operations

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.0.7

TDQS

A3.5/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of disclosing behavior. It mentions the operations but omits critical traits such as the irreversibility of delete, required permissions, or potential bulk API limits. The lack of any cautionary or side-effect information leaves an agent under-informed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured: it opens with a clear purpose, lists operations as bullet points, and concludes with practical examples. No unnecessary words or technical jargon are present, making it easily scannable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the description includes examples, it omits important usage constraints such as the requirement that delete operations only need the record Id, or that upsert requires an external ID field. Given the tool's multiple modes, an agent would need more context to use it correctly in all scenarios.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description covers 100% of the parameters, and the descriptions are accurate but minimal. The externalIdField parameter is described as 'for upsert operations', which adds a slight clarification, but otherwise the descriptions do not go beyond the schema's own names and types (e.g., 'records' does not specify the required record format).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states 'Perform data manipulation operations on Salesforce records' and enumerates the four specific operations (insert, update, delete, upsert) with examples. This clearly distinguishes it from sibling tools that focus on querying, searching, or managing metadata.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides practical examples like 'Insert new Accounts' and 'Update Case status', which hint at usage. However, it does not explicitly contrast this tool with siblings such as salesforce_query_records or salesforce_manage_object, nor does it state when not to use it (e.g., for read-only operations).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/julianboudara-code/mcp-server-salesforce'

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