List connected adapters
liquid_list_adaptersList local adapters to find adapter IDs for fetch, query, or estimate operations, or to verify an API is already connected.
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 |