sling_api_call
Make custom HTTP requests to any Sling API endpoint. Use this for operations not covered by dedicated tools.
Instructions
Make a custom API call to any Sling endpoint. Use this for endpoints not covered by specific tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | HTTP method to use | |
| path | Yes | API endpoint path (e.g., "/users", "/calendar/123/users/456") | |
| params | No | Query parameters for GET requests | |
| data | No | Request body data for POST/PUT requests |