KosmoKrator

data

Google Translate CLI for AI Agents

Use the Google Translate CLI from KosmoKrator to call Google Translate tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Google Translate CLI Setup

Google Translate can be configured headlessly with `kosmokrator integrations:configure google-translate`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure google-translate --enable --read allow --write ask --json
kosmokrator integrations:doctor google-translate --json
kosmokrator integrations:status --json

Credentials

Authentication type: Manual OAuth token oauth2_manual_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

No credentials are required.

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call google-translate.google_translate_projects_get_supported_languages '{}' --json
Provider shortcut
kosmo integrations:google-translate google_translate_projects_get_supported_languages '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs google-translate --json
kosmo integrations:docs google-translate.google_translate_projects_get_supported_languages --json
kosmo integrations:schema google-translate.google_translate_projects_get_supported_languages --json
kosmo integrations:search "Google Translate" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

google-translate.google_translate_projects_get_supported_languages

Projects Get Supported Languages (GET /v3/{+parent}/supportedLanguages).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_get_supported_languages '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_get_supported_languages '{}' --json

google-translate.google_translate_projects_detect_language

Projects Detect Language (POST /v3/{+parent}:detectLanguage).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_detect_language '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_detect_language '{}' --json

google-translate.google_translate_projects_translate_text

Projects Translate Text (POST /v3/{+parent}:translateText).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_translate_text '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_translate_text '{}' --json

google-translate.google_translate_projects_romanize_text

Projects Romanize Text (POST /v3/{+parent}:romanizeText).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_romanize_text '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_romanize_text '{}' --json

google-translate.google_translate_projects_locations_refine_text

Projects Locations Refine Text (POST /v3/{+parent}:refineText).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_refine_text '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_refine_text '{}' --json

google-translate.google_translate_projects_locations_get

Projects Locations Get (GET /v3/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_get '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_get '{}' --json

google-translate.google_translate_projects_locations_translate_text

Projects Locations Translate Text (POST /v3/{+parent}:translateText).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_translate_text '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_translate_text '{}' --json

google-translate.google_translate_projects_locations_adaptive_mt_translate

Projects Locations Adaptive Mt Translate (POST /v3/{+parent}:adaptiveMtTranslate).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_translate '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_adaptive_mt_translate '{}' --json

google-translate.google_translate_projects_locations_list

Projects Locations List (GET /v3/{+name}/locations).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_list '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_list '{}' --json

google-translate.google_translate_projects_locations_translate_document

Projects Locations Translate Document (POST /v3/{+parent}:translateDocument).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_translate_document '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_translate_document '{}' --json

google-translate.google_translate_projects_locations_get_supported_languages

Projects Locations Get Supported Languages (GET /v3/{+parent}/supportedLanguages).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_get_supported_languages '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_get_supported_languages '{}' --json

google-translate.google_translate_projects_locations_batch_translate_text

Projects Locations Batch Translate Text (POST /v3/{+parent}:batchTranslateText).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_batch_translate_text '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_batch_translate_text '{}' --json

google-translate.google_translate_projects_locations_detect_language

Projects Locations Detect Language (POST /v3/{+parent}:detectLanguage).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_detect_language '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_detect_language '{}' --json

google-translate.google_translate_projects_locations_batch_translate_document

Projects Locations Batch Translate Document (POST /v3/{+parent}:batchTranslateDocument).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_batch_translate_document '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_batch_translate_document '{}' --json

google-translate.google_translate_projects_locations_romanize_text

Projects Locations Romanize Text (POST /v3/{+parent}:romanizeText).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_romanize_text '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_romanize_text '{}' --json

google-translate.google_translate_projects_locations_models_delete

Projects Locations Models Delete (DELETE /v3/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_models_delete '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_models_delete '{}' --json

google-translate.google_translate_projects_locations_models_list

Projects Locations Models List (GET /v3/{+parent}/models).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_models_list '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_models_list '{}' --json

google-translate.google_translate_projects_locations_models_get

Projects Locations Models Get (GET /v3/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_models_get '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_models_get '{}' --json

google-translate.google_translate_projects_locations_models_create

Projects Locations Models Create (POST /v3/{+parent}/models).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_models_create '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_models_create '{}' --json

google-translate.google_translate_projects_locations_operations_get

Projects Locations Operations Get (GET /v3/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_operations_get '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_operations_get '{}' --json

google-translate.google_translate_projects_locations_operations_delete

Projects Locations Operations Delete (DELETE /v3/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_operations_delete '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_operations_delete '{}' --json

google-translate.google_translate_projects_locations_operations_cancel

Projects Locations Operations Cancel (POST /v3/{+name}:cancel).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_operations_cancel '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_operations_cancel '{}' --json

google-translate.google_translate_projects_locations_operations_list

Projects Locations Operations List (GET /v3/{+name}/operations).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_operations_list '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_operations_list '{}' --json

google-translate.google_translate_projects_locations_operations_wait

Projects Locations Operations Wait (POST /v3/{+name}:wait).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_operations_wait '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_operations_wait '{}' --json

google-translate.google_translate_projects_locations_datasets_import_data

Projects Locations Datasets Import Data (POST /v3/{+dataset}:importData).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_datasets_import_data '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_datasets_import_data '{}' --json

google-translate.google_translate_projects_locations_datasets_create

Projects Locations Datasets Create (POST /v3/{+parent}/datasets).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_datasets_create '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_datasets_create '{}' --json

google-translate.google_translate_projects_locations_datasets_delete

Projects Locations Datasets Delete (DELETE /v3/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_datasets_delete '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_datasets_delete '{}' --json

google-translate.google_translate_projects_locations_datasets_get

Projects Locations Datasets Get (GET /v3/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_datasets_get '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_datasets_get '{}' --json

google-translate.google_translate_projects_locations_datasets_export_data

Projects Locations Datasets Export Data (POST /v3/{+dataset}:exportData).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_datasets_export_data '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_datasets_export_data '{}' --json

google-translate.google_translate_projects_locations_datasets_list

Projects Locations Datasets List (GET /v3/{+parent}/datasets).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_datasets_list '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_datasets_list '{}' --json

google-translate.google_translate_projects_locations_datasets_examples_list

Projects Locations Datasets Examples List (GET /v3/{+parent}/examples).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_datasets_examples_list '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_datasets_examples_list '{}' --json

google-translate.google_translate_projects_locations_glossaries_patch

Projects Locations Glossaries Patch (PATCH /v3/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_patch '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_glossaries_patch '{}' --json

google-translate.google_translate_projects_locations_glossaries_list

Projects Locations Glossaries List (GET /v3/{+parent}/glossaries).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_list '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_glossaries_list '{}' --json

google-translate.google_translate_projects_locations_glossaries_create

Projects Locations Glossaries Create (POST /v3/{+parent}/glossaries).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_create '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_glossaries_create '{}' --json

google-translate.google_translate_projects_locations_glossaries_get

Projects Locations Glossaries Get (GET /v3/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_get '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_glossaries_get '{}' --json

google-translate.google_translate_projects_locations_glossaries_delete

Projects Locations Glossaries Delete (DELETE /v3/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_delete '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_glossaries_delete '{}' --json

google-translate.google_translate_projects_locations_glossaries_glossary_entries_get

Projects Locations Glossaries Glossary Entries Get (GET /v3/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_glossary_entries_get '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_glossaries_glossary_entries_get '{}' --json

google-translate.google_translate_projects_locations_glossaries_glossary_entries_delete

Projects Locations Glossaries Glossary Entries Delete (DELETE /v3/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_glossary_entries_delete '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_glossaries_glossary_entries_delete '{}' --json

google-translate.google_translate_projects_locations_glossaries_glossary_entries_create

Projects Locations Glossaries Glossary Entries Create (POST /v3/{+parent}/glossaryEntries).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_glossary_entries_create '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_glossaries_glossary_entries_create '{}' --json

google-translate.google_translate_projects_locations_glossaries_glossary_entries_list

Projects Locations Glossaries Glossary Entries List (GET /v3/{+parent}/glossaryEntries).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_glossary_entries_list '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_glossaries_glossary_entries_list '{}' --json

google-translate.google_translate_projects_locations_glossaries_glossary_entries_patch

Projects Locations Glossaries Glossary Entries Patch (PATCH /v3/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_glossary_entries_patch '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_glossaries_glossary_entries_patch '{}' --json

google-translate.google_translate_projects_locations_adaptive_mt_datasets_list

Projects Locations Adaptive Mt Datasets List (GET /v3/{+parent}/adaptiveMtDatasets).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_list '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_adaptive_mt_datasets_list '{}' --json

google-translate.google_translate_projects_locations_adaptive_mt_datasets_import_adaptive_mt_file

Projects Locations Adaptive Mt Datasets Import Adaptive Mt File (POST /v3/{+parent}:importAdaptiveMtFile).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_import_adaptive_mt_file '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_adaptive_mt_datasets_import_adaptive_mt_file '{}' --json

google-translate.google_translate_projects_locations_adaptive_mt_datasets_create

Projects Locations Adaptive Mt Datasets Create (POST /v3/{+parent}/adaptiveMtDatasets).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_create '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_adaptive_mt_datasets_create '{}' --json

google-translate.google_translate_projects_locations_adaptive_mt_datasets_delete

Projects Locations Adaptive Mt Datasets Delete (DELETE /v3/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_delete '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_adaptive_mt_datasets_delete '{}' --json

google-translate.google_translate_projects_locations_adaptive_mt_datasets_get

Projects Locations Adaptive Mt Datasets Get (GET /v3/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_get '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_adaptive_mt_datasets_get '{}' --json

google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_sentences_list

Projects Locations Adaptive Mt Datasets Adaptive Mt Sentences List (GET /v3/{+parent}/adaptiveMtSentences).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_sentences_list '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_sentences_list '{}' --json

google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_delete

Projects Locations Adaptive Mt Datasets Adaptive Mt Files Delete (DELETE /v3/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_delete '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_delete '{}' --json

google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_get

Projects Locations Adaptive Mt Datasets Adaptive Mt Files Get (GET /v3/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_get '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_get '{}' --json

google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_list

Projects Locations Adaptive Mt Datasets Adaptive Mt Files List (GET /v3/{+parent}/adaptiveMtFiles).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_list '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_list '{}' --json

google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_adaptive_mt_sentences_list

Projects Locations Adaptive Mt Datasets Adaptive Mt Files Adaptive Mt Sentences List (GET /v3/{+parent}/adaptiveMtSentences).

Read read
Parameters
none
Generic call
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_adaptive_mt_sentences_list '{}' --json
Shortcut
kosmo integrations:google-translate google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_adaptive_mt_sentences_list '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

google-translate.google_translate_projects_get_supported_languages 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_get_supported_languages --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_detect_language 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_detect_language --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_translate_text 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_translate_text --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_romanize_text 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_romanize_text --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_refine_text 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_refine_text --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_get 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_get --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_translate_text 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_translate_text --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_adaptive_mt_translate 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_translate --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_list 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_list --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_translate_document 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_translate_document --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_get_supported_languages 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_get_supported_languages --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_batch_translate_text 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_batch_translate_text --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_detect_language 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_detect_language --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_batch_translate_document 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_batch_translate_document --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_romanize_text 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_romanize_text --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_models_delete 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_models_delete --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_models_list 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_models_list --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_models_get 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_models_get --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_models_create 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_models_create --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_operations_get 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_operations_delete 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_operations_delete --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_operations_cancel 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_operations_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_operations_list 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_operations_list --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_operations_wait 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_operations_wait --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_datasets_import_data 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_datasets_import_data --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_datasets_create 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_datasets_create --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_datasets_delete 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_datasets_delete --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_datasets_get 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_datasets_get --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_datasets_export_data 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_datasets_export_data --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_datasets_list 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_datasets_list --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_datasets_examples_list 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_datasets_examples_list --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_glossaries_patch 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_patch --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_glossaries_list 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_list --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_glossaries_create 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_create --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_glossaries_get 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_get --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_glossaries_delete 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_delete --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_glossaries_glossary_entries_get 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_glossary_entries_get --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_glossaries_glossary_entries_delete 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_glossary_entries_delete --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_glossaries_glossary_entries_create 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_glossary_entries_create --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_glossaries_glossary_entries_list 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_glossary_entries_list --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_glossaries_glossary_entries_patch 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_glossary_entries_patch --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_adaptive_mt_datasets_list 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_list --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_adaptive_mt_datasets_import_adaptive_mt_file 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_import_adaptive_mt_file --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_adaptive_mt_datasets_create 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_create --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_adaptive_mt_datasets_delete 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_delete --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_adaptive_mt_datasets_get 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_get --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_sentences_list 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_sentences_list --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_delete 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_delete --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_get 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_get --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_list 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_list --json
ParameterTypeRequiredDescription
No parameters.
google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_adaptive_mt_sentences_list 0 parameters
Schema command
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_adaptive_mt_sentences_list --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.