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