PostgreSQL
List Databases
List Schemas
Returns a JSON array of schema names. System schemas (
information_schema, pg_catalog, pg_toast) are excluded.
List Tables
Returns a JSON array of table names. When
vectorOnly is false, pgvector tables are excluded from the results.
List Columns
Returns a JSON array of column definitions:
MongoDB
List Databases
admin, config, local) and the platform’s internal database are excluded.
List Collections
When
database is provided, returns collection names from that database. When omitted, returns collections from all databases with a database.collection namespace prefix.
Vector Stores
List Qdrant Collections
[] if Qdrant is not configured.
List Weaviate Classes
[] if Weaviate is not configured.
List Milvus Collections
[] if Milvus is not configured.
List Chroma Collections
[] if Chroma is not configured.
