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 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.
kosmo integrations:call google-translate.google_translate_projects_get_supported_languages '{}' --json 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.
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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_get_supported_languages '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_detect_language '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_translate_text '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_romanize_text '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_refine_text '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_get '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_translate_text '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_translate '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_list '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_translate_document '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_get_supported_languages '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_batch_translate_text '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_detect_language '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_batch_translate_document '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_romanize_text '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_models_delete '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_models_list '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_models_get '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_models_create '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_operations_get '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_operations_delete '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_operations_cancel '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_operations_list '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_operations_wait '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_datasets_import_data '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_datasets_create '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_datasets_delete '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_datasets_get '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_datasets_export_data '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_datasets_list '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_datasets_examples_list '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_patch '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_list '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_create '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_get '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_delete '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_glossary_entries_get '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_glossary_entries_delete '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_glossary_entries_create '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_glossary_entries_list '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_glossaries_glossary_entries_patch '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_list '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_import_adaptive_mt_file '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_create '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_delete '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_get '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_sentences_list '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_delete '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_get '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_list '{}' --json 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 - Parameters
- none
kosmo integrations:call google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_adaptive_mt_sentences_list '{}' --json 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
kosmo integrations:schema google-translate.google_translate_projects_get_supported_languages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_detect_language 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_detect_language --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_translate_text 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_translate_text --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_romanize_text 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_romanize_text --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_refine_text 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_refine_text --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_get 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_translate_text 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_translate_text --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_adaptive_mt_translate 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_translate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_list 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_translate_document 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_translate_document --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_get_supported_languages 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_get_supported_languages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_batch_translate_text 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_batch_translate_text --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_detect_language 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_detect_language --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_batch_translate_document 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_batch_translate_document --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_romanize_text 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_romanize_text --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_models_delete 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_models_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_models_list 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_models_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_models_get 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_models_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_models_create 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_models_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_operations_get 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_operations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_operations_delete 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_operations_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_operations_cancel 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_operations_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_operations_list 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_operations_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_operations_wait 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_operations_wait --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_datasets_import_data 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_datasets_import_data --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_datasets_create 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_datasets_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_datasets_delete 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_datasets_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_datasets_get 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_datasets_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_datasets_export_data 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_datasets_export_data --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_datasets_list 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_datasets_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_datasets_examples_list 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_datasets_examples_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_glossaries_patch 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_glossaries_list 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_glossaries_create 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_glossaries_get 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_glossaries_delete 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_glossaries_glossary_entries_get 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_glossary_entries_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_glossaries_glossary_entries_delete 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_glossary_entries_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_glossaries_glossary_entries_create 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_glossary_entries_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_glossaries_glossary_entries_list 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_glossary_entries_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_glossaries_glossary_entries_patch 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_glossaries_glossary_entries_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_adaptive_mt_datasets_list 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_adaptive_mt_datasets_import_adaptive_mt_file 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_import_adaptive_mt_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_adaptive_mt_datasets_create 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_adaptive_mt_datasets_delete 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_adaptive_mt_datasets_get 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_sentences_list 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_sentences_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_delete 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_get 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_list 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_adaptive_mt_sentences_list 0 parameters
kosmo integrations:schema google-translate.google_translate_projects_locations_adaptive_mt_datasets_adaptive_mt_files_adaptive_mt_sentences_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| 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.