Get Tatoeba Sentence + Translations
language.tatoeba.sentenceRetrieve a specific Tatoeba sentence by ID, including all translations and audio recordings, to support language learning and analysis.
Instructions
Get a single Tatoeba sentence by ID with all translations and audio recordings. Useful for language-learning agents. Tatoeba CC-BY 2.0 FR
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sentence_id | Yes | Tatoeba sentence ID. Returns the sentence with all translations and audio recordings. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |