Skip to main content
Glama

Salesforce MCP Server

salesforce_search_objects

Search for Salesforce standard and custom objects using a name pattern, such as 'Account' or 'Order', to locate related objects like AccountHistory or WorkOrder.

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

You must be authenticated.

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

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