fetch_data
Invoke an external API by providing an endpoint path and optional HTTP method. Customize the handler to implement your own API logic.
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) |