get_data
Filters a fake sample database using a condition language to return simulated rows. Specify a table and row limit.
Instructions
Return simulated rows from the fake sample database using a small demo condition language. This tool never executes SQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of rows to return. | |
| condition | Yes | Demo condition such as `status == shipped`. | |
| table_name | No | Fake table to filter. | orders |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||