apex_execute
Execute Apex REST requests on Salesforce MCP Server by specifying the endpoint, HTTP method, and optional payload for POST/PATCH operations.
Instructions
Executes an Apex REST request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | The Apex REST endpoint to call (e.g., '/MyApexClass') | |
data | No | Data for POST/PATCH requests | |
method | No | The HTTP method (default: 'GET') | GET |