call_lgl_api
Execute raw HTTP requests to the Little Green Light REST API for endpoints not covered by typed tools, enabling custom data operations.
Instructions
Raw passthrough to the LGL REST API for endpoints not covered by a typed tool. PREFER the typed tools whenever they cover your use case — they validate inputs, normalize field names, and return summarized payloads. Reach for this only when no typed tool fits; do not use it as a retry path when a typed tool fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional JSON payload body for POST/PATCH | |
| path | Yes | Endpoint path (e.g. /constituents/1/memberships or /types/constituent_types) | |
| method | Yes | HTTP Method |