PostgreSQL
List Databases
List Schemas
| Parameter | Type | Default | Description |
|---|---|---|---|
database | query | datris | Database name |
information_schema, pg_catalog, pg_toast) are excluded.
List Tables
| Parameter | Type | Default | Description |
|---|---|---|---|
database | query | datris | Database name |
schema | query | public | Schema name |
vectorOnly | query | false | If true, return only pgvector tables (tables with an embedding column) |
vectorOnly is false, pgvector tables are excluded from the results.
List Columns
| Parameter | Type | Default | Description |
|---|---|---|---|
database | query | datris | Database name |
schema | query | public | Schema name |
table | query | (required) | Table name |
MongoDB
List Databases
admin, config, local) and the platform’s internal database are excluded.
List Collections
| Parameter | Type | Default | Description |
|---|---|---|---|
database | query | (all databases) | Filter to a specific database |
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.
