search
ActiveTool of Tatoeba
declared in 0.1.0
Search sentences. Use ISO 639-3 codes ("eng","fra","spa","jpn","cmn",…) for from/to.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "hello"
},
{
"to": "eng",
"from": "fra",
"limit": 10,
"query": "bonjour"
}
],
"required": [
"query"
],
"properties": {
"to": {
"type": "string",
"description": "Target translation language (default any)."
},
"from": {
"type": "string",
"description": "Source language (default any)."
},
"page": {
"type": "number",
"description": "1-based (default 1)."
},
"limit": {
"type": "number",
"description": "1-100 (default 25)."
},
"query": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Tatoeba
https://github.com/pipeworx-io/mcp-tatoeba
1/7 registries