Add a data source
add_data_sourceConnect a new database or spreadsheet to your workspace. Test the settings with test_data_source_connection first: this tool saves them whether or not they work. Subject to your plan's data source limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A name for this connection, shown in the dashboard editor. | |
| type | Yes | Connector type. Call list_supported_data_connectors for the settings each one expects. | |
| config | Yes | Connection settings for this connector type, for example { host, port, database, username, password, ssl } for postgres. Credentials are stored encrypted at rest and are never returned by read tools. |