Files
wehub-resource-sync e04ed9c211
CF: Deploy Dev Docs / deploy (push) Has been cancelled
Sync Labels / build (push) Has been cancelled
tests / unit tests (macos-latest) (push) Has been cancelled
tests / unit tests (windows-latest) (push) Has been cancelled
tests / unit tests (ubuntu-latest) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:32:45 +08:00

1.3 KiB

title, type, weight, description
title type weight description
postgres-list-installed-extensions docs 1 The "postgres-list-installed-extensions" tool retrieves all PostgreSQL extensions installed on a Postgres database.

About

The postgres-list-installed-extensions tool retrieves all PostgreSQL extensions installed on a Postgres database.

postgres-list-installed-extensions lists all installed PostgreSQL extensions (extension name, version, schema, owner, description) as JSON. The does not support any input parameter.

Compatible Sources

{{< compatible-sources others="integrations/alloydb, integrations/cloud-sql-pg">}}

Example

kind: tool
name: list_installed_extensions
type: postgres-list-installed-extensions
source: postgres-source
description: List all installed PostgreSQL extensions with their name, version, schema, owner, and description.

Reference

field type required description
type string true Must be "postgres-list-active-queries".
source string true Name of the source the SQL should execute on.
description string true Description of the tool that is passed to the LLM.