get_from_core_where
Retrieve rows from a core table using structured JSON conditions with AND logic. Sort and limit results as needed.
Instructions
Flexible filtering with structured JSON conditions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| conditions | Yes | Field-value pairs (AND logic), e.g., `{"type": "fp", "category": "purity"}` | |
| limit | No | Maximum rows to return | |
| orderby | No | Sort order, e.g., "name ASC" or "id DESC" |