get_word
Retrieve a Japanese word's definition using its exact Jisho slug. Returns the entry with JLPT level and parts of speech, or none if no exact match exists.
Instructions
Look up a single word by its exact Jisho slug.
Returns None if no entry with that exact slug exists. Note: Jisho has
no by-slug endpoint, so this performs a keyword search and filters for an
exact slug match. For fuzzy lookup, use search_words.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The exact word slug (e.g. ``水``, ``食べる``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |