get_from_user_custom
Fetch records by their IDs from a user directives database table. Requires a table name and a non-empty array of IDs.
Instructions
Get records by ID(s) from user_directives.db - EMPTY ARRAY NOT ALLOWED
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name in user_directives.db | |
| id_array | Yes | Array of integer IDs - **MUST contain at least one ID** |