Skip to main content
Glama
sudhakar6

Salesforce MCP Server

by sudhakar6

sf_create_record

Create a new Salesforce record from a specified object type and field values. Use this tool to add entries into Salesforce objects without manual data entry.

Instructions

Create a new record of the given object type with the given field values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsYes
sobjectYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

C2.7/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 behavioral disclosure. It merely restates the create operation and does not mention return values, duplicate handling, field validation, permissions, or error behavior. This is a meaningful gap for a mutation tool.

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

Conciseness4/5

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

The description is a single compact sentence that front-loads the core action and contains no filler. It is appropriately brief, but the terseness means it relies on the schema for any additional meaning.

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

Completeness2/5

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

For a creation tool with no annotations and no output schema, the description omits important details such as whether the created record ID is returned, what happens on validation failure, how to specify field values, and how this differs from sf_upsert_record. It is minimally sufficient for selecting the tool but not for confident invocation.

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

Parameters2/5

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

Schema description coverage is 0%, so the description needed to compensate for the bare parameter schema. It references 'object type' and 'field values,' which lightly echo the sobject and fields parameters but add no detail about API names, value formats, nested structures, or required-field behavior. The description does not meaningfully enrich the schema.

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

Purpose4/5

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

States a specific verb ('Create') and resource ('a new record of the given object type with the given field values'), making the core operation clear. It generally distinguishes itself from query/delete/update siblings, though it does not explicitly differentiate from upsert, which can also create records.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus alternatives like sf_upsert_record or sf_update_record. There is no mention of prerequisites such as required fields, API names, or when a create should be preferred over an upsert. Usage is only implied by the tool name and action.

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

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