http_request_tool
Make HTTP requests to specified URLs using GET, POST, PUT, DELETE, or PATCH methods with customizable headers, body, and timeout settings.
Instructions
Make HTTP requests to specified URLs
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to make the HTTP request to | |
| method | Yes | HTTP method to use | |
| headers | No | HTTP headers as key-value pairs | |
| body | No | Request body (JSON String) | |
| timeout | No | Timeout for the request in seconds |