KosmoKrator

productivity

Google Translate MCP, CLI, and Lua Integration for AI Agents

Google Translate integration docs for AI agents: MCP gateway setup, Google Translate CLI commands, Lua API reference, credentials, and function schemas.

7 functions 5 read 2 write API key auth

Google Translate for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
google-translate
route_slug
google-translate
package
google-translate
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Google Translate MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Google Translate.

Google Translate CLI Matrix

Use these pages for direct Google Translate CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
google-translate.google_translate_translate_text Write write 4 Translate text using Google Cloud Translation. Supports automatic source language detection or explicit source language specification. Returns translated text with detected source language.
google-translate.google_translate_detect_language Read read 1 Detect the language of text using Google Cloud Translation. Returns detected language codes and confidence scores.
google-translate.google_translate_list_supported_languages Read read 1 List languages supported by Google Cloud Translation. Returns language codes and names. Optionally specify a target language to localize language names.
google-translate.google_translate_list_glossaries Read read 0 List all glossaries in your Google Cloud Translation project. Returns glossary names, language pairs, and entry counts.
google-translate.google_translate_get_glossary Read read 1 Get details of a specific Google Cloud Translation glossary by name. Returns glossary name, language pair, entry count, and timestamps.
google-translate.google_translate_create_glossary Write write 4 Create a new Google Cloud Translation glossary. Glossaries define custom translations for specific terms. Provide term pairs as an array of source/target strings.
google-translate.google_translate_get_current_user Read read 0 Verify the Google Cloud Translation API key and get connection information. Confirms the API key is valid and the service is reachable.