Skip to main content
Glama

salesforce-mcp

by leilaabdel

get_object_fields

Retrieve field names, labels, and types for any Salesforce object. Simplify metadata queries and streamline data integration workflows.

Instructions

Retrieves field Names, labels and types for a specific Salesforce object

Input Schema

NameRequiredDescriptionDefault
object_nameYesThe name of the Salesforce object (e.g., 'Account', 'Contact')

Input Schema (JSON Schema)

{ "properties": { "object_name": { "description": "The name of the Salesforce object (e.g., 'Account', 'Contact')", "type": "string" } }, "required": [ "object_name" ], "type": "object" }
Install Server

Other Tools from salesforce-mcp

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/leilaabdel/MCP-Salesforce'

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