anki_list_models
List all note types (models) in your Anki collection to see available options before creating notes.
Instructions
List every note type (model) in the collection.
Typical built-ins: "Basic", "Basic (and reversed card)", "Cloze".
Use anki_get_model_fields next to learn a model's field names before
adding a note with it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |