Customer support · detect_language
Detect language
Detect the language of a text.
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| text * | string | The text to analyze for language detection |
Call this tool
Through the HTTP API, or from the MCP server with the run meta-tool.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"detect_language","input":{"text":"…"}}'$
run({ "tool": "detect_language", "input": {"text":"…"} })