get_rows
Read rows from a single allowlisted MySQL table with equality/IN/range filters, pagination, and automatic masking of sensitive columns.
Instructions
Read rows from a single allowlisted MySQL table. Requires an explicit column list, supports equality/IN/range filters and pagination. Read-only. Sensitive columns are masked. Cap is MCP_MAX_ROWS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| table | Yes | ||
| offset | No | ||
| schema | Yes | ||
| columns | Yes | ||
| filters | No | ||
| columnAllowlist | No |