HTTP / REST
Make arbitrary HTTP requests from your agent. Call any REST API with configurable headers, base URL, timeout, and response truncation.Quick Start
Config
Base URL prepended to relative paths (e.g.
"https://api.example.com").Default headers included in every request.
Request timeout in milliseconds.
Max response body characters to return. Larger responses are truncated.
Tools
| Tool | Description |
|---|---|
http_request | Make an HTTP request (GET, POST, PUT, PATCH, DELETE). Returns status, headers, and body. |