MCP Salesforce Connector

tooling_execute

Executes Tooling API requests to interact with Salesforce data, supporting GET, POST, PATCH, and DELETE methods for managing object endpoints like 'sobjects/ApexClass'.

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" }

You must be authenticated.

Other Tools from MCP Salesforce Connector

Related Tools

ID: a6lwlnjayf