KosmoKrator

data

Google Data Manager CLI for AI Agents

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

Google Data Manager CLI Setup

Google Data Manager can be configured headlessly with `kosmokrator integrations:configure google-data-manager`.

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-data-manager --enable --read allow --write ask --json
kosmokrator integrations:doctor google-data-manager --json
kosmokrator integrations:status --json

Runtime Requirements

Install these host dependencies before calling Google Data Manager locally.

NameTypeDescription
runtime dependency
runtime dependency
runtime dependency

Credentials

Authentication type: oauth2 oauth2. 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-data-manager.google_data_manager_diagnostics '{}' --json
Provider shortcut
kosmo integrations:google-data-manager google_data_manager_diagnostics '{}' --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-data-manager --json
kosmo integrations:docs google-data-manager.google_data_manager_diagnostics --json
kosmo integrations:schema google-data-manager.google_data_manager_diagnostics --json
kosmo integrations:search "Google Data Manager" --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-data-manager.google_data_manager_diagnostics

Show safe configuration diagnostics.

Read read
Parameters
none
Generic call
kosmo integrations:call google-data-manager.google_data_manager_diagnostics '{}' --json
Shortcut
kosmo integrations:google-data-manager google_data_manager_diagnostics '{}' --json

google-data-manager.google_data_manager_ingest_events

Upload conversion event resources to destinations.

Write write
Parameters
none
Generic call
kosmo integrations:call google-data-manager.google_data_manager_ingest_events '{}' --json
Shortcut
kosmo integrations:google-data-manager google_data_manager_ingest_events '{}' --json

google-data-manager.google_data_manager_ingest_audience_members

Upload audience member resources to destinations.

Write write
Parameters
none
Generic call
kosmo integrations:call google-data-manager.google_data_manager_ingest_audience_members '{}' --json
Shortcut
kosmo integrations:google-data-manager google_data_manager_ingest_audience_members '{}' --json

google-data-manager.google_data_manager_remove_audience_members

Remove audience members from destinations.

Write write
Parameters
none
Generic call
kosmo integrations:call google-data-manager.google_data_manager_remove_audience_members '{}' --json
Shortcut
kosmo integrations:google-data-manager google_data_manager_remove_audience_members '{}' --json

google-data-manager.google_data_manager_retrieve_request_status

Poll request processing status by request ID.

Read read
Parameters
none
Generic call
kosmo integrations:call google-data-manager.google_data_manager_retrieve_request_status '{}' --json
Shortcut
kosmo integrations:google-data-manager google_data_manager_retrieve_request_status '{}' --json

google-data-manager.google_data_manager_raw_request

Low-level Data Manager API request for new endpoints.

Write write
Parameters
none
Generic call
kosmo integrations:call google-data-manager.google_data_manager_raw_request '{}' --json
Shortcut
kosmo integrations:google-data-manager google_data_manager_raw_request '{}' --json

Function Schemas

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

google-data-manager.google_data_manager_diagnostics 0 parameters
Schema command
kosmo integrations:schema google-data-manager.google_data_manager_diagnostics --json
ParameterTypeRequiredDescription
No parameters.
google-data-manager.google_data_manager_ingest_events 0 parameters
Schema command
kosmo integrations:schema google-data-manager.google_data_manager_ingest_events --json
ParameterTypeRequiredDescription
No parameters.
google-data-manager.google_data_manager_ingest_audience_members 0 parameters
Schema command
kosmo integrations:schema google-data-manager.google_data_manager_ingest_audience_members --json
ParameterTypeRequiredDescription
No parameters.
google-data-manager.google_data_manager_remove_audience_members 0 parameters
Schema command
kosmo integrations:schema google-data-manager.google_data_manager_remove_audience_members --json
ParameterTypeRequiredDescription
No parameters.
google-data-manager.google_data_manager_retrieve_request_status 0 parameters
Schema command
kosmo integrations:schema google-data-manager.google_data_manager_retrieve_request_status --json
ParameterTypeRequiredDescription
No parameters.
google-data-manager.google_data_manager_raw_request 0 parameters
Schema command
kosmo integrations:schema google-data-manager.google_data_manager_raw_request --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.