Skip to main content
Glama

MCP Salesforce Connector

by ampcome-mcps
MIT License

tooling_execute

Execute Tooling API requests to interact with Salesforce metadata, enabling actions like retrieving, creating, updating, or deleting data via specified endpoints and HTTP methods.

Instructions

Executes a Tooling API request

Input Schema

NameRequiredDescriptionDefault
actionYesThe Tooling API endpoint to call (e.g., 'sobjects/ApexClass')
dataNoData for POST/PATCH requests
methodNoThe HTTP method (default: 'GET')GET

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The Tooling API endpoint to call (e.g., 'sobjects/ApexClass')", "type": "string" }, "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" } }, "required": [ "action" ], "type": "object" }

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

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