detect_language
ActiveTool of mcp-translate
declared in 0.1.0
Detect the language of a text string. Returns an array of detected languages with confidence scores.
Parameters schema
{
"type": "object",
"examples": [
{
"text": "Hola, ¿cómo estás?"
},
{
"text": "The quick brown fox jumps over the lazy dog"
}
],
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "The text whose language should be detected"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-translate
https://github.com/pipeworx-io/mcp-translate
2/7 registries