list_records
Return random records from a seeded pool by kind, with an optional count to limit results.
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 |