List extensions
list_extensionsLists extensions installed in a database, returning each with name and version. Optionally target a secondary read-only database.
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 |