list_databases
List all databases in a Baserow workspace by providing the workspace ID. Returns database IDs, names, and types to support schema management.
Instructions
List all databases (applications) in a workspace. Returns database id, name, and type. Use workspace_id=1 for the default workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | The workspace ID to list databases from. Use 1 for the default workspace. |