anki_get_model_fields
Retrieve a note type's field names in template order, providing the exact case-sensitive keys needed for adding notes.
Instructions
List a note type's field names, in template order.
These are the exact keys anki_add_note expects in its fields dict —
they are case-sensitive and space-sensitive ("Back Extra", not
"back_extra").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes | Note type name, e.g. `"Cloze"`. | |
| response_format | No | How a tool should render its result. A `StrEnum` so the members compare equal to the plain strings a client sends over the wire (`"markdown"`, `"json"`). | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |