Skip to main content
Glama

Salesforce MCP Server

by SurajAdsul

salesforce_search_objects

Locate Salesforce standard and custom objects using a name pattern, streamlining object identification for efficient data management and integration tasks.

Instructions

Search for Salesforce standard and custom objects by name pattern. Examples: 'Account' will find Account, AccountHistory; 'Order' will find WorkOrder, ServiceOrder__c etc.

Input Schema

NameRequiredDescriptionDefault
searchPatternYesSearch pattern to find objects (e.g., 'Account Coverage' will find objects like 'AccountCoverage__c')

Input Schema (JSON Schema)

{ "properties": { "searchPattern": { "description": "Search pattern to find objects (e.g., 'Account Coverage' will find objects like 'AccountCoverage__c')", "type": "string" } }, "required": [ "searchPattern" ], "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