action_add_postgresql
Add a PostgreSQL connection to an endpoint, providing ctx.POSTGRESQL for database queries and operations.
Instructions
Add PostgreSQL connection to an endpoint's context. Provides ctx.POSTGRESQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | The action endpoint. Use 'name' or 'package/name'. Each segment must start with a letter and contain only letters, numbers, and hyphens; underscores and spaces are invalid (example: 'v1/employees-photo'). |