list_records
Retrieve a seeded pool of records by kind (people, words, values, coords). Optionally limit results with a count; 'empty' returns an empty list.
Instructions
Return the seeded pool of records for kind.
Pass count to cap how many are returned (from the front of the pool);
omit it to return the whole pool. empty always returns [].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |