Skip to main content
Glama

Salesforce MCP Server

by SurajAdsul

salesforce_search_objects

Find Salesforce standard and custom objects using a specific search pattern to locate relevant data structures. Ideal for quickly identifying objects like 'Account' or 'Order' across Salesforce metadata.

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" }

Other Tools from Salesforce MCP Server

Related Tools

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