send_http_request
Send HTTP requests to any endpoint with custom headers, query parameters, and body.
Instructions
Send an HTTP request to any endpoint with custom headers, query parameters, and body
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The full URL to send the request to (including path parameters) | |
| body | No | Request body (for POST, PUT, PATCH, and QUERY methods) | |
| method | Yes | HTTP method to use | |
| headers | No | HTTP headers to include in the request | |
| queryParams | No | Query parameters to append to the URL |