restful
Execute raw Salesforce REST API calls for endpoints not covered by other tools, including data queries, object management, and report operations.
Instructions
Execute a raw Salesforce REST API call. This is an escape hatch for API endpoints not covered by other tools.
Common paths:
- sobjects/ — list all objects
- sobjects/Account/describe/ — describe an object
- analytics/reports/ — list reports
- analytics/reports/{id} — run a report
- limits/ — API usage limits
- tooling/query/?q=SOQL — query metadata
The path is relative to /services/data/vXX.0/. Method defaults to GET.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| method | No | GET | |
| params | No | ||
| data | No |