Skip to main content
Glama

Salesforce MCP Server

by SurajAdsul

salesforce_describe_object

Retrieve comprehensive schema metadata for any Salesforce object, including fields, relationships, and field properties. Use to analyze and understand object structures for data management and integration tasks.

Instructions

Get detailed schema metadata including all fields, relationships, and field properties of any Salesforce object. Examples: 'Account' shows all Account fields including custom fields; 'Case' shows all Case fields including relationships to Account, Contact etc.

Input Schema

NameRequiredDescriptionDefault
objectNameYesAPI name of the object (e.g., 'Account', 'Contact', 'Custom_Object__c')

Input Schema (JSON Schema)

{ "properties": { "objectName": { "description": "API name of the object (e.g., 'Account', 'Contact', 'Custom_Object__c')", "type": "string" } }, "required": [ "objectName" ], "type": "object" }

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

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