anki_fields
Generate Anki flashcard field data from Japanese text for vocabulary terms or kanji entries, supporting custom field markers and optional media inclusion.
Instructions
テキストからAnkiカード用のフィールドデータを生成する
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 検索・生成元テキスト | |
| type | No | エントリのタイプ | term |
| markers | Yes | 生成するAnkiフィールドマーカー(例: ['headword', 'reading', 'glossary']) | |
| maxEntries | No | 生成する最大エントリ数 | |
| includeMedia | No | メディア(音声等)を含めるか |