list_connectors
List your organization's saved data connectors with id, name, type, status, and visibility; credentials are never returned. Use pagination and status filter to find a connector_id for later tools.
Instructions
List the data connectors saved under the caller's organization — databases, APIs, file-backed, and repository sources — with id, name, connector_type, status (untested, live, error), and visibility; stored credentials are never returned. Paginated with page and limit; status filters the returned page client-side. Use this first to find a connector_id for get_connector, test_connector, browse_connector, or the repository tools, and create_connector to add one. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number; defaults to 1. | |
| limit | No | Connectors per page; defaults to 25. | |
| status | No | Keep only connectors in this health status; defaults to all. | all |