anki_get_notes_info
Retrieve complete details for specific Anki notes by ID, including model, tags, field contents, and associated card IDs. Unknown IDs return empty entries instead of errors.
Instructions
Fetch full details for the given note ids.
Returns each note's model, tags, field contents (as stored — i.e. HTML), and the ids of the cards generated from it. Unknown ids come back as empty entries rather than an error.
Markdown output truncates field values for readability; use
response_format="json" to get the untouched HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | Note ids, typically from `anki_find_notes`. | |
| 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 |