Ottoauth HTTP Request
ottoauth_http_requestMake direct HTTP calls to Ottoauth endpoints for account creation and dynamic service interaction when no endpoint-specific tool matches.
Instructions
Generic Ottoauth passthrough tool. Use this if no endpoint-specific tool matches your request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON body to forward as-is to Ottoauth. | |
| path | Yes | Absolute Ottoauth path like /api/services/amazon/buy. | |
| query | No | Optional query string parameters. | |
| method | Yes | HTTP method to call. | |
| headers | No | Optional additional HTTP headers. |