name: mock
about: Generate realistic mock data arrays (JSON, YAML, CSV) for testing
args:
- name: query
short: 'q'
input: string
help: Describe the data you need (e.g., '5 users with id, name, and unique uuid')
- name: format
short: 'f'
input: string
default: json
help: 'Output format: json, yaml, csv (default: json)'
actions:
- tag: tag_mock
run: small
expect: string
action: |
[Task]
Generate a realistic mock data array based on the user's [Query].
Format the output strictly as valid raw {format} data.
[Example]
```{format}
<code>
```
[Query]
{query}
- tag: tag_clipboard
run: value
expect: string
action: '{tag_mock|clipboard}'