tooling_execute
Execute Tooling API requests on Salesforce MCP Server to interact with endpoints, supporting GET, POST, PATCH, and DELETE methods for data operations.
Instructions
Executes a Tooling API request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | The Tooling API endpoint to call (e.g., 'sobjects/ApexClass') | |
data | No | Data for POST/PATCH requests | |
method | No | The HTTP method (default: 'GET') | GET |