feegow_request
Make any HTTP request to a Feegow API endpoint by providing the method and path, with optional body and query parameters.
Instructions
Chamada genérica a qualquer endpoint da API Feegow quando não houver ferramenta específica. O path é relativo à base (ex.: /appoints/search). Métodos diferentes de GET exigem FEEGOW_ALLOW_WRITES=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | Caminho relativo à base, iniciando com / (ex.: /patient/list). | |
| query | No | ||
| method | Yes | Método HTTP. |