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