detect_language
ActiveTool of Libretranslate
declared in 0.1.0
Detect the source language of a piece of text. Returns ranked language candidates with confidence.
Parameters schema
{
"type": "object",
"examples": [
{
"text": "Bonjour, comment allez-vous?"
}
],
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Text to analyze"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Libretranslate
https://github.com/pipeworx-io/mcp-libretranslate
1/7 registries