Skip to main content
Glama
davep-gh

Salesforce Object MCP Server

by davep-gh

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SF_REPO_PATHYesPath to the Salesforce repository containing `.object-meta.xml` and `.field-meta.xml` files

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_objectsA

List all Salesforce objects found in the repository. Optionally filter by pattern or exclude standard objects.

get_object_detailsA

Get comprehensive details about a specific Salesforce object including all fields, validation rules, and metadata.

list_fieldsB

List all fields for a specific Salesforce object. Optionally filter by field type.

get_field_detailsA

Get detailed information about a specific field including type, length, formula, picklist values, and relationship information.

find_relationshipsA

Find all relationships for an object. Can show outgoing relationships (lookups from this object), incoming relationships (lookups to this object), or both.

search_metadataA

Search across all metadata by keyword. Searches object names, labels, field names, descriptions, and formulas.

get_validation_rulesA

Get all validation rules for an object including formulas, error messages, and active status.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/davep-gh/SFObjectMCP'

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