tooling_execute
Execute Tooling API requests to interact with Salesforce metadata, enabling actions like retrieving, creating, updating, or deleting data via specified endpoints and HTTP methods.
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 |