List extensions
list_extensionsLists extensions installed in a database, returning their names and versions. Optionally targets a secondary database by name.
Instructions
List the extensions installed in the database. Returns a list of objects with name and version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Optional: target a configured secondary (read-only) database by name; omit for the primary. Call list_databases to see the configured ids. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |