List connected adapters
liquid_list_adaptersRetrieve local list of connected adapters to obtain adapter IDs for data fetching or verify API status before connecting.
Instructions
List the adapters already connected on this machine (read from ~/.liquid) — read-only, no network call, no LLM. Each entry has its adapter_id, service name, source url and endpoint paths. Call this to find an adapter_id for liquid_fetch / liquid_query / liquid_estimate, or to check whether an API is already connected before calling liquid_connect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adapters | No | Connected adapters with adapter_id, service, url, endpoints. | |
| error | No |