tooling_execute
Execute Tooling API requests to manage Salesforce metadata, such as Apex classes and triggers.
Instructions
Executes a Tooling API request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The Tooling API endpoint to call (e.g., 'sobjects/ApexClass') | |
| method | No | The HTTP method (default: 'GET') | GET |
| data | No | Data for POST/PATCH requests |