query_table
Retrieve database rows with optional filters while automatically masking sensitive fields through the KVKK/GDPR gateway.
Instructions
Query rows from a database table with optional filters. All results pass through the KVKK/GDPR gateway — sensitive fields are automatically masked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to fetch before gateway limit is applied (default 50) | |
| table | Yes | Table name to query | |
| filter | No | Key-value filter pairs, e.g. { status: 'active' } |