bridge_raw_request
Sends raw HTTP requests to any bridge endpoint, covering untyped cases not handled by other tools. Specify method, endpoint, and optional body for custom integrations.
Instructions
Hace una llamada raw a un endpoint del bridge para cubrir casos no tipados.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | site_id, site_label o base_url del sitio. | |
| method | No | GET | |
| endpoint | Yes | Endpoint del bridge comenzando con /. | |
| body_json | No |