Skip to main content
Glama

salesforce-mcp

by leilaabdel

restful

Initiate direct REST API calls to Salesforce, enabling users to interact with endpoints, send data, and retrieve information using HTTP methods like GET, POST, PATCH, and DELETE.

Instructions

Makes a direct REST API call to Salesforce

Input Schema

NameRequiredDescriptionDefault
dataNoData for POST/PATCH requests
methodNoThe HTTP method (default: 'GET')GET
paramsNoQuery parameters for the request
pathYesThe path of the REST API endpoint (e.g., 'sobjects/Account/describe')

Input Schema (JSON Schema)

{ "properties": { "data": { "additionalProperties": true, "description": "Data for POST/PATCH requests", "properties": {}, "type": "object" }, "method": { "default": "GET", "description": "The HTTP method (default: 'GET')", "enum": [ "GET", "POST", "PATCH", "DELETE" ], "type": "string" }, "params": { "additionalProperties": true, "description": "Query parameters for the request", "properties": {}, "type": "object" }, "path": { "description": "The path of the REST API endpoint (e.g., 'sobjects/Account/describe')", "type": "string" } }, "required": [ "path" ], "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