fetch_data
Send HTTP requests to any API endpoint using GET, POST, PUT, or DELETE methods. Retrieve or manipulate data from external services.
Instructions
Placeholder for a tool that calls an external API. Replace the handler with your own API logic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | HTTP method | GET |
| endpoint | Yes | API endpoint path (e.g., /users/123) |