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
oauth2oauth2- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Google Data Manager CLIHeadless setup and direct function calls. Google Data Manager MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
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.
Claude Code Google Data Manager MCP setup for Claude Code. Cursor Google Data Manager MCP setup for Cursor. Codex Google Data Manager MCP setup for Codex. OpenAI Agents Google Data Manager MCP setup for OpenAI Agents SDK. Claude Agent SDK Google Data Manager MCP setup for Claude Agent SDK. Vercel AI SDK Google Data Manager MCP setup for Vercel AI SDK. LangChain Google Data Manager MCP setup for LangChain. LangGraph Google Data Manager MCP setup for LangGraph. CrewAI Google Data Manager MCP setup for CrewAI. MCP clients Google Data Manager MCP setup for Generic MCP Clients.
Google Data Manager CLI Matrix
Use these pages for direct Google Data Manager CLI workflows in scripts, CI, cron, and agent wrappers.
CI Google Data Manager CLI for CI. Cron Jobs Google Data Manager CLI for cron jobs. Shell Scripts Google Data Manager CLI for shell scripts. Headless Automation Google Data Manager CLI for headless automation. Coding Agents Google Data Manager CLI for coding agents.
Runtime Requirements
| Name | Type | Description |
|---|---|---|
runtime | dependency | |
runtime | dependency | |
runtime | dependency |
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |