Skip to main content
Glama
mintmcp

Salesforce MCP Server

by mintmcp

list_objects

Explore Salesforce objects in your org by listing all available objects, including custom ones ending in __c, with search filtering capabilities.

Instructions

List all Salesforce objects in this org. Use this as the first step when exploring an unfamiliar org or when you need to find a custom object.

Returns: name (API name), label (display name), queryable, createable, custom.
Use the optional search parameter to filter by name/label substring.
Standard objects: Account, Contact, Lead, Opportunity, Case, Task, Event, User.
Custom objects end in __c (e.g., Invoice__c).
Follow up with describe_object to see fields for any object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNo

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

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