List webget database servers
webget_list_databasesLists database server names from Increff Webget's SQL Query Editor for use as the database argument in queries. Set refresh true to re-scrape the live list and catch newly added servers.
Instructions
Lists the database server names available in Increff Webget's SQL Query Editor (the same dropdown as https://saas.increff.com/webget/in/sql). Use the returned name as the database argument to webget_run_query. Set refresh: true to re-scrape the live list instead of using the bundled snapshot (slower, but catches newly added servers, and is necessary right after a fresh install since the bundled snapshot starts empty).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Case-insensitive substring to filter database names by, e.g. a client/brand name. | |
| refresh | No | If true, re-scrape the live dropdown from webget instead of using the bundled snapshot. |