fetch_data
Make HTTP requests to an external API by specifying an endpoint path and an optional HTTP method. Retrieve data from any API endpoint.
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) |