KosmoKrator

data

Google Data Manager MCP, CLI, and Lua Integration for AI Agents

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

6 functions 2 read 4 write oauth2 auth

Google Data Manager 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_data_manager
route_slug
google-data-manager
package
google-data-manager
auth_strategy
oauth2 oauth2
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Google Data Manager MCP Client Matrix

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

Google Data Manager CLI Matrix

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

Runtime Requirements

NameTypeDescription
runtime dependency
runtime dependency
runtime dependency

Function Catalog

FunctionTypeParametersDescription
google_data_manager.google_data_manager_diagnostics Read read 0 Show safe configuration diagnostics.
google_data_manager.google_data_manager_ingest_events Write write 0 Upload conversion event resources to destinations.
google_data_manager.google_data_manager_ingest_audience_members Write write 0 Upload audience member resources to destinations.
google_data_manager.google_data_manager_remove_audience_members Write write 0 Remove audience members from destinations.
google_data_manager.google_data_manager_retrieve_request_status Read read 0 Poll request processing status by request ID.
google_data_manager.google_data_manager_raw_request Write write 0 Low-level Data Manager API request for new endpoints.